]> git.mxchange.org Git - friendica.git/blob - view/smarty3/acl_selector.tpl
423e4e9dd4ae33c2a6428d1038818edc88c4dfea
[friendica.git] / view / smarty3 / acl_selector.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="acl-wrapper">
6         <input id="acl-search">
7         <a href="#" id="acl-showall">{{$showall}}</a>
8         <div id="acl-list">
9                 <div id="acl-list-content">
10                 </div>
11         </div>
12         <span id="acl-fields"></span>
13 </div>
14
15 <div class="acl-list-item" rel="acl-template" style="display:none">
16         <img data-src="{0}"><p>{1}</p>
17         <a href="#" class='acl-button-show'>{{$show}}</a>
18         <a href="#" class='acl-button-hide'>{{$hide}}</a>
19 </div>
20
21 <script>
22 $(document).ready(function() {
23         if(typeof acl=="undefined"){
24                 acl = new ACL(
25                         baseurl+"/acl",
26                         [ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ]
27                 );
28         }
29 });
30 </script>