]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/acl_selector.tpl
Merge pull request #6900 from annando/fix-error
[friendica.git] / view / theme / frio / templates / acl_selector.tpl
index 4e9eabd3b52c9b89e7e708348a5c16e328d14656..49a7226eca31c752ad3196ee96975d04223f4556 100644 (file)
@@ -1,6 +1,8 @@
 
 <div id="acl-wrapper">
-       <button id="acl-showall" class="btn btn-block btn-default"><i class="fa fa-globe"></i> {{$showall}}</button>
+       <div class="form-group form-group-search">
+               <button id="acl-showall" class="btn btn-block btn-default"><i class="fa fa-globe"></i> {{$showall}}</button>
+       </div>
        <div class="form-group form-group-search">
                <input type="text" id="acl-search" class="form-control form-search">
        </div>
@@ -25,7 +27,7 @@
 <div id="profile-jot-email-end"></div>
 
 {{if $jotnets}}
-{{$jotnets}}
+{{$jotnets nofilter}}
 {{/if}}{{/if}}
 
 <script type="text/javascript">
@@ -33,7 +35,7 @@ $(document).ready(function() {
        if(typeof acl=="undefined"){
                acl = new ACL(
                        baseurl+"/acl",
-                       [ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ],
+                       [ {{$allowcid nofilter}},{{$allowgid nofilter}},{{$denycid nofilter}},{{$denygid nofilter}} ],
                        {{$features.aclautomention}},
                        {{if $APP->is_mobile}}true{{else}}false{{/if}}
                );