X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Fmoderate.tpl;h=d5ec7665786ce905488be2a33d25a6e89574b88f;hb=913b8ef3862ae6bc1c24329525e7e47182916c64;hp=4e725c55c4bca6ffdf6a55ae4e77842beb49f0f8;hpb=fb813fb52d5ab65ca9a5b92b5cb9089523380d79;p=platal.git diff --git a/templates/lists/moderate.tpl b/templates/lists/moderate.tpl index 4e725c5..d5ec766 100644 --- a/templates/lists/moderate.tpl +++ b/templates/lists/moderate.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -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"}
@@ -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}