aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/acl_selector.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-15 22:54:07 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-15 22:54:07 +0200
commit4b101c2240b32053fad98354585bb69ff315aec2 (patch)
treed3858b2d13e5562b653f24440e38297297d23628 /view/tpl/acl_selector.tpl
parentdd8d20f089670294beedc9fc181a26e95ed76842 (diff)
downloadvolse-hubzilla-4b101c2240b32053fad98354585bb69ff315aec2.tar.gz
volse-hubzilla-4b101c2240b32053fad98354585bb69ff315aec2.tar.bz2
volse-hubzilla-4b101c2240b32053fad98354585bb69ff315aec2.zip
provide group options serverside and minor cleanup
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-xview/tpl/acl_selector.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index ddeb25a39..dbddc24a9 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -16,6 +16,7 @@
<label for="acl-select">{{$select_label}}</label>
<select id="acl-select" name="optionsRadios" class="form-control form-group">
<option id="acl-showall" value="public" selected>{{$showall}}</option>
+ {{$groups}}
<option id="acl-onlyme" value="onlyme">{{$onlyme}}</option>
<option id="acl-showlimited" value="limited">{{$showlimited}}</option>
</select>