close #331 : bug in antispam configuration interface
authorx2002bobillot <x2002bobillot@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 18 Aug 2005 08:03:27 +0000 (08:03 +0000)
committerx2002bobillot <x2002bobillot@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 18 Aug 2005 08:03:27 +0000 (08:03 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@18 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/antispam.tpl

index 852acc6..873303a 100644 (file)
@@ -46,11 +46,11 @@ Trois r
     <tr>
       <td>
         <strong>Choisis ton propre réglage :</strong><br />
-                <input type='radio' name='statut_filtre' value='0' {if $filtre eq 0}checked="checked"{/if} onchange='this.form.submit()' />
+                <input type='radio' name='statut_filtre' value='0' {if $filtre eq 0}checked="checked"{/if} onclick='this.form.submit()' />
         (1) le filtre anti-spam est coupé<br />
-        <input type='radio' name='statut_filtre' value='1' {if $filtre eq 1}checked="checked"{/if} onchange='this.form.submit()' />
+        <input type='radio' name='statut_filtre' value='1' {if $filtre eq 1}checked="checked"{/if} onclick='this.form.submit()' />
         (2) le filtre anti-spam est activé, et marque les mails<br />
-        <input type='radio' name='statut_filtre' value='2' {if $filtre eq 2}checked="checked"{/if} onchange='this.form.submit()' />
+        <input type='radio' name='statut_filtre' value='2' {if $filtre eq 2}checked="checked"{/if} onclick='this.form.submit()' />
         (3) le filtre anti-spam est activé, et élimine les mails détectés comme spams<br />
               </td>
     </tr>