diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-15 22:54:07 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-15 22:54:07 +0200 |
commit | 4b101c2240b32053fad98354585bb69ff315aec2 (patch) | |
tree | d3858b2d13e5562b653f24440e38297297d23628 /view/tpl/acl_selector.tpl | |
parent | dd8d20f089670294beedc9fc181a26e95ed76842 (diff) | |
download | volse-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-x | view/tpl/acl_selector.tpl | 1 |
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> |