rework index template to use dynpostkv to delete events.
[platal.git] / templates / webredirect.tpl
index cc3750c..9b00a09 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -58,7 +58,7 @@
 </p>
 
 <p>
-  Pour modifier cette redirection remplis le champ suivant et clique sur <strong>Modifier</strong>.
+  Pour modifier cette redirection remplis le champ suivant et clique sur <strong>Valider</strong>.
 {if $carva}
   Si tu veux annuler ta redirection, clique sur <strong>Supprimer</strong>.
 {/if}
       </td>
     </tr>
     <tr>
-{if $carva}
-      <td class="center">
-        <input type="submit" value="Modifier" name="submit" />
-      </td>
-      <td class="center">
-        <input type="submit" value="Supprimer" name="submit" />
-      </td>
-{else}
       <td colspan="2" class="center">
         <input type="submit" value="Valider" name="submit" />
-      </td>
+{if $carva}
+        <input type="submit" value="Supprimer" name="submit" />
 {/if}
+      </td>
     </tr>
   </table>
 </form>