aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/group_selection.tpl
blob: f16bb5159f229a72c049069778654ba7f566fdb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{*
 *	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>