aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/group_selection.tpl
blob: 270d2aa79936be8dcfd9d31171bec7e2959f79d4 (plain) (tree)
1
2
3
4
5
6
7
8
                                     
                                                                        
                                                                          


                                                                                                        
         
      
<div class="form-group field custom">
<label for="group-selection" id="group-selection-lbl">{{$label}}</label>
<select class="form-control" 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>