aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorhubzilla <git@macgirvin.com>2016-08-16 06:59:52 +1000
committerGitHub <noreply@github.com>2016-08-16 06:59:52 +1000
commit752bb169ed5f45f5825619a1692c0a033b00aa27 (patch)
treeaca07406efbec5b3b9469330f8cbb090b744894f /view/tpl
parent4facae674d0f0047339860cb7011d8a13b3e601d (diff)
parent4b101c2240b32053fad98354585bb69ff315aec2 (diff)
downloadvolse-hubzilla-752bb169ed5f45f5825619a1692c0a033b00aa27.tar.gz
volse-hubzilla-752bb169ed5f45f5825619a1692c0a033b00aa27.tar.bz2
volse-hubzilla-752bb169ed5f45f5825619a1692c0a033b00aa27.zip
Merge pull request #487 from git-marijus/dev
implement groups in the acl select.
Diffstat (limited to 'view/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>