X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Fmoderate.tpl;h=5607d4e5bf462c40df04facbd8ba28380ae84f8d;hb=4d9b63f8ec02d84eabd554234a32718758bf9e21;hp=2dc364e05436d9919e413a1e7df25fde7e340767;hpb=faefdbb72b58e3b1867fc7bbdfe8e872d7e8cbc0;p=platal.git diff --git a/templates/lists/moderate.tpl b/templates/lists/moderate.tpl index 2dc364e..5607d4e 100644 --- a/templates/lists/moderate.tpl +++ b/templates/lists/moderate.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -68,7 +68,7 @@
  • {icon name=delete}spam : l'email est effacé sans autre forme de procès. - N'utiliser QUE pour les virus et les courriers indésirables.
    + N'utiliser QUE pour les virus et les emails indésirables.
  • @@ -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}