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