]> git.mxchange.org Git - friendica.git/blob - view/templates/group_selection.tpl
wrapping up 2019.12
[friendica.git] / view / templates / group_selection.tpl
1
2 <div class="field custom">
3 <label for="group-selection" id="group-selection-lbl">{{$label}}</label>
4 <select name="group-selection" id="group-selection" >
5 {{foreach $groups as $group}}
6 <option value="{{$group.id}}" {{if $group.selected}}selected="selected"{{/if}} >{{$group.name}}</option>
7 {{/foreach}}
8 </select>
9 </div>