]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/acl_selector.tpl
template rework: delete unused css
[friendica.git] / view / templates / acl_selector.tpl
index c1220bc1e301a6d9645a7911c4736beb08ecbbdf..bf9470b64efa65e3165a69512654016b14d5b7f4 100644 (file)
@@ -1,7 +1,7 @@
 
 <div id="acl-wrapper">
        <input id="acl-search">
-       <a href="#" id="acl-showall">{{$showall}}</a>
+       <a id="acl-showall">{{$showall}}</a>
        <div id="acl-list">
                <div id="acl-list-content">
                </div>
@@ -11,8 +11,8 @@
 
 <div class="acl-list-item" rel="acl-template" style="display:none">
        <img data-src="{0}"><p>{1}</p>
-       <a href="#" class='acl-button-show'>{{$show}}</a>
-       <a href="#" class='acl-button-hide'>{{$hide}}</a>
+       <a class='acl-button-show'>{{$show}}</a>
+       <a class='acl-button-hide'>{{$hide}}</a>
 </div>
 
 {{if $networks}}