crypte => chiffre
[platal.git] / templates / admin / emails_bounces_re.tpl
index c2cdcfb..fc71ae8 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {**************************************************************************}
 
 
-<h1>Regexps pour les détections de bounces</h1>
+<h1>Regexps pour les détections de bounces</h1>
 
 <p>
-Rappel sur les niveaux :
+Rappel sur les niveaux&nbsp;:
 </p>
 <ul>
   <li>0: IGNORE == ignorer le bounce</li>
@@ -33,13 +33,13 @@ Rappel sur les niveaux :
 </ul>
 
 
-<form action="{$smarty.server.PHP_SELF}" method="post">
+<form action="admin/postfix/regexp_bounces" method="post">
   <table class="bicol" cellpadding='0' cellspacing='0'>
     <tr>
       <th>Position/Niveau</th>
       <th>Regexp/Raison</th>
     </tr>
-    {if $smarty.get.new}
+    {if $new}
     <tr class="impair">
       <td>
         <input type='text' name='pos[NULL]' value='' size='4' maxlength='4' />
@@ -61,7 +61,7 @@ Rappel sur les niveaux :
     {else}
     <tr class="impair">
       <td colspan="2" class="right action">
-        <a href="?new=1">nouveau</a>
+        <a href="admin/postfix/regexp_bounces/new">nouveau</a>
       </td>
     </tr>
     {/if}
@@ -94,4 +94,4 @@ Rappel sur les niveaux :
 </form>
 
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}