diff options
Diffstat (limited to 'view/tpl/group_selection.tpl')
-rwxr-xr-x | view/tpl/group_selection.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/view/tpl/group_selection.tpl b/view/tpl/group_selection.tpl deleted file mode 100755 index 270d2aa79..000000000 --- a/view/tpl/group_selection.tpl +++ /dev/null @@ -1,8 +0,0 @@ -<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> |