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.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/group_selection.tpl b/view/group_selection.tpl
new file mode 100644
index 000000000..d09ba676d
--- /dev/null
+++ b/view/group_selection.tpl
@@ -0,0 +1,5 @@
+<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>