Change acl selection box templating

Keep dynamic templating in javascript so browsers don't
prefetch non-existing files.
This commit is contained in:
Olaf Conradi 2012-12-28 23:28:53 +01:00
parent 307cada234
commit 239110a2bc
3 changed files with 1 additions and 3 deletions

View file

@ -9,7 +9,6 @@
</div>
<div class="acl-list-item" rel="acl-template" style="display:none">
<img src="{0}"><p>{1}</p>
<a href="#" class='acl-button-show'>{{$show}}</a>
<a href="#" class='acl-button-hide'>{{$hide}}</a>
</div>