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