aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/smarty3/group_selection.tpl
blob: f16bb5159f229a72c049069778654ba7f566fdb7 (plain) (tree)
1
2
3
4
5
6




                                                          
                          






                                                                                                        
{{*
 *	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>