2013-12-18 16:17:38 +01:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<div id="acl-wrapper">
|
|
|
|
<input id="acl-search">
|
|
|
|
<a href="#" id="acl-showall">{{$showall}}</a>
|
|
|
|
<div id="acl-list">
|
|
|
|
<div id="acl-list-content">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<span id="acl-fields"></span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="acl-list-item" rel="acl-template" style="display:none">
|
|
|
|
<img data-src="{0}"><p>{1}</p>
|
|
|
|
<a href="#" class='acl-button-show'>{{$show}}</a>
|
|
|
|
<a href="#" class='acl-button-hide'>{{$hide}}</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
if(typeof acl=="undefined"){
|
|
|
|
acl = new ACL(
|
|
|
|
baseurl+"/acl",
|
2014-01-03 14:40:43 +01:00
|
|
|
[ {{$allowcid}},{{$allowgid}},{{$denycid}},{{$denygid}} ],
|
|
|
|
{{$features.aclautomention}}
|
2013-04-23 13:47:57 +02:00
|
|
|
);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|