]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/acl_selector.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / theme / frost / acl_selector.tpl
1 <div id="acl-wrapper">
2         <input id="acl-search">
3         <a href="#" id="acl-showall">$showall</a>
4         <div id="acl-list">
5                 <div id="acl-list-content">
6                 </div>
7         </div>
8         <span id="acl-fields"></span>
9 </div>
10
11 <div class="acl-list-item" rel="acl-template" style="display:none">
12         <a href="#" class='acl-button-show'>$show</a>
13         <a href="#" class='acl-button-hide'>$hide</a>
14 </div>
15
16 <script>
17         window.allowCID = $allowcid;
18         window.allowGID = $allowgid;
19         window.denyCID = $denycid;
20         window.denyGID = $denygid;
21         window.aclInit = "true";
22 </script>