diff options
author | friendica <info@friendica.com> | 2014-04-09 21:49:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-09 21:49:38 -0700 |
commit | c97222c2fcac5eef8d0a95db5156b99219e56d42 (patch) | |
tree | 2219f0832db92ec56c937be654ebd7b7d847cab5 /view/tpl/acl_selector.tpl | |
parent | 8d8d73924224f1f3862bffa4822b7d62600afd62 (diff) | |
download | volse-hubzilla-c97222c2fcac5eef8d0a95db5156b99219e56d42.tar.gz volse-hubzilla-c97222c2fcac5eef8d0a95db5156b99219e56d42.tar.bz2 volse-hubzilla-c97222c2fcac5eef8d0a95db5156b99219e56d42.zip |
improve the appearance of the ACL selector in a hackish way on the short term -
it really needs to be re-worked for bootstrap but in any event the words "show" and "don't show" make a mess of it. We should probably just use icons (with a bit of padding) that people can select with a touchscreen and reformat the box accordingly.
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index d21073b56..d869562e2 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -10,8 +10,8 @@ <div class="acl-list-item" rel="acl-template" style="display:none"> <img src="{0}"><p>{1}</p> - <a href="#" class='acl-button-show'>{{$show}}</a> - <a href="#" class='acl-button-hide'>{{$hide}}</a> + <a href="#" class='acl-button-show'></a> + <a href="#" class='acl-button-hide'></a> </div> <script> |