]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/acl_selector.tpl
c029b95dc312f6c9b8b4faadb2b4cb0d221812cc
[friendica.git] / view / theme / frost / 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         <a href="#" class='acl-button-show'>{{$show}}</a>
17         <a href="#" class='acl-button-hide'>{{$hide}}</a>
18 </div>
19
20 <script>
21         window.allowCID = {{$allowcid}};
22         window.allowGID = {{$allowgid}};
23         window.denyCID = {{$denycid}};
24         window.denyGID = {{$denygid}};
25         window.aclInit = "true";
26 </script>