X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=templates%2Flists%2Fmoderate.tpl;h=9a7f0fde213465373654491cbf1e0d322d1f0686;hb=4a29ad42791b15f7d17f672ce511a2baf22a9b6e;hp=478bd833a9def3db825838f3639a704d76695ca6;hpb=ced003168bf3b75a29313c727fe28d65cb03057c;p=platal.git diff --git a/templates/lists/moderate.tpl b/templates/lists/moderate.tpl index 478bd83..9a7f0fd 100644 --- a/templates/lists/moderate.tpl +++ b/templates/lists/moderate.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -42,7 +42,7 @@ {$s.addr} - {icon name=add title="Valider l'inscription"} + {icon name=tick title="Valider l'inscription"} {icon name=delete title="Refuser l'inscription"} @@ -59,7 +59,7 @@ {if $mails|@count}

@@ -126,7 +126,7 @@ function toggleAll() { {$m.size} octets - {icon name=add title="Accepter le message"} + {icon name=tick title="Accepter le message"} {icon name=magnifier title="Voir le message"}
@@ -168,7 +168,7 @@ function toggleAll() { {$m.size} octets - {icon name=add title="Accepter le message"} + {icon name=tick title="Accepter le message"} {icon name=magnifier title="Voir le message"}
@@ -188,11 +188,11 @@ $('.checkboxToggle').click(function (event) if (event.target.tagName === 'INPUT') { return; } - + var checkbox = $(this).parent().find(':checkbox'); - + checkbox = checkbox.attr('checked', !checkbox.attr('checked')); - + event.stopPropagation(); }); {/literal}