aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/acl_selector.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-19 22:48:58 -0700
committerredmatrix <git@macgirvin.com>2016-05-19 22:48:58 -0700
commita97e7b275852043395dc8071d600dd746fa9fa85 (patch)
treead72dbd7823b83862c9bdf8810ac53e3d10e3e60 /view/tpl/acl_selector.tpl
parent2cda18f354b39be138fa8f8f5b0ea0d041ffde61 (diff)
parent3c5cb15432cef79dfbc43b0da6f9468d82aca8a3 (diff)
downloadvolse-hubzilla-a97e7b275852043395dc8071d600dd746fa9fa85.tar.gz
volse-hubzilla-a97e7b275852043395dc8071d600dd746fa9fa85.tar.bz2
volse-hubzilla-a97e7b275852043395dc8071d600dd746fa9fa85.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-xview/tpl/acl_selector.tpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl
index b30669f9a..1711cee8a 100755
--- a/view/tpl/acl_selector.tpl
+++ b/view/tpl/acl_selector.tpl
@@ -14,10 +14,15 @@
{{/if}}
<label for="acl-select">{{$select_label}}</label>
<select id="acl-select" name="optionsRadios" class="form-control form-group">
- <option id="acl-showall" value="option1" selected>{{$showall}}</option>
- <option id="acl-showlimited" value="option2">{{$showlimited}}</option>
+ <option id="acl-showall" value="public" selected>{{$showall}}</option>
+ <option id="acl-onlyme" value="onlyme">{{$onlyme}}</option>
+ <option id="acl-showlimited" value="limited">{{$showlimited}}</option>
</select>
+ <div id="show-acl" class="form-group">
+ <button type="button" class="btn btn-success form-group" onclick="openClose('acl-list'); closeOpen('show-acl');"><i class="fa fa-user-plus"></i>&nbsp;{{$add_others}}</button>
+ </div>
+
{{if $showallOrigin}}
<div id="acl-info" class="form-group">
<i class="fa fa-info-circle"></i>&nbsp;{{$showallOrigin}}