diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-05-25 14:31:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-05-25 14:31:58 +0200 |
commit | 9908a7193ae9ef79536540693e505a9c2d813425 (patch) | |
tree | 9ab5b664d920353dae4496ee0035f5cf9349f855 /view/tpl/acl_selector.tpl | |
parent | c37eaff26331c49a2c8754f6d49c6145863f47ca (diff) | |
download | volse-hubzilla-9908a7193ae9ef79536540693e505a9c2d813425.tar.gz volse-hubzilla-9908a7193ae9ef79536540693e505a9c2d813425.tar.bz2 volse-hubzilla-9908a7193ae9ef79536540693e505a9c2d813425.zip |
remove the add others button for now - after some research it turned out not beeing so useful
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index 1711cee8a..60fae0a29 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -19,10 +19,6 @@ <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> {{$add_others}}</button> - </div> - {{if $showallOrigin}} <div id="acl-info" class="form-group"> <i class="fa fa-info-circle"></i> {{$showallOrigin}} |