]> git.mxchange.org Git - friendica.git/blob - view/smarty3/group_selection.tpl
newline at end of header
[friendica.git] / view / smarty3 / group_selection.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="field custom">
7 <label for="group-selection" id="group-selection-lbl">{{$label}}</label>
8 <select name="group-selection" id="group-selection" >
9 {{foreach $groups as $group}}
10 <option value="{{$group.id}}" {{if $group.selected}}selected="selected"{{/if}} >{{$group.name}}</option>
11 {{/foreach}}
12 </select>
13 </div>