]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/templates/acl_selector.tpl
removed old comment that is no longer true
[friendica.git] / view / theme / frost / templates / acl_selector.tpl
1
2 <div id="acl-wrapper">
3         <input id="acl-search">
4         <a href="#" id="acl-showall">{{$showall}}</a>
5         <div id="acl-list">
6                 <div id="acl-list-content">
7                 </div>
8         </div>
9         <span id="acl-fields"></span>
10 </div>
11
12 <div class="acl-list-item" rel="acl-template" style="display:none">
13         <img data-src="{0}"><p>{1}</p>
14         <a href="#" class='acl-button-show'>{{$show}}</a>
15         <a href="#" class='acl-button-hide'>{{$hide}}</a>
16 </div>
17
18 <script>
19         window.allowCID = {{$allowcid}};
20         window.allowGID = {{$allowgid}};
21         window.denyCID = {{$denycid}};
22         window.denyGID = {{$denygid}};
23         window.aclInit = "true";
24 </script>