recuperation du numero de version depuis le changelog sans la date
[platal.git] / templates / admin / deces_promo.tpl
index 240bcd5..980c687 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  *}
 
 
 
+{foreach from=$new_deces item=i}
+<p class="erreur">Ajout du décès de {$i.name} le {$i.date}.</p>
+{/foreach}
+
 <form action="{$smarty.server.PHP_SELF}" method="get">
   <table class="tinybicol">
     <tr>
-      <td><input type="submit" value="&lt;&lt;" name="sub10" /></td>
+      <td>
+        <input type="submit" value="GO" style="visibility: hidden" />
+        <input type="submit" value="&lt;&lt;" name="sub10" />
+      </td>
       <td><input type="submit" value="&lt;"  name="sub01" /></td>
       <td>
         Promotion :
         <input type="submit" value="GO" />
       </td>
       <td><input type="submit" value="&gt;"  name="add01" /></td>
-      <td><input type="submit" value="&gt;&gt;" name="add10" /></td>
+      <td>
+        <input type="submit" value="&gt;&gt;" name="add10" />
+        <input type="submit" value="GO" style="visibility: hidden" />
+      </td>
     </tr>
   </table>
 </form>