aboutsummaryrefslogtreecommitdiffstats
path: root/view/group_selection.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/group_selection.tpl')
-rw-r--r--view/group_selection.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/view/group_selection.tpl b/view/group_selection.tpl
deleted file mode 100644
index 3809cb994..000000000
--- a/view/group_selection.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="field custom">
-<label for="group-selection" id="group-selection-lbl">$label</label>
-<select name="group-selection" id="group-selection" >
-{{ for $groups as $group }}
-<option value="$group.id" {{ if $group.selected }}selected="selected"{{ endif }} >$group.name</option>
-{{ endfor }}
-</select>
-</div>