2006 => 2007 Happy New Year\!
[platal.git] / templates / admin / deces_promo.tpl
index 39cdbb2..5084dd5 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 
 
 
-<form action="{$smarty.server.PHP_SELF}" method="get">
+{foreach from=$new_deces item=i}
+<p class="erreur">Ajout du décès de {$i.name} le {$i.date}.</p>
+{/foreach}
+
+<form action="admin/deaths" method="post">
   <table class="tinybicol">
     <tr>
       <td>
@@ -44,7 +48,7 @@
   </table>
 </form>
 
-<form action="{$smarty.server.REQUEST_URI}" method="post">
+<form action="admin/deaths/{$promo}/validate" method="post">
   <table class="bicol" summary="liste des dates de décès">
     <tr>
       <th>Nom</th>
@@ -60,8 +64,7 @@
     {/iterate}
     <tr>
       <td class="center" colspan="2">
-        <input type="hidden" name="promo" value="{$promo}" />
-        <input type="submit" name="valider" value="Valider" />
+        <input type="submit" value="Valider" />
       </td>
     </tr>
   </table>