X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fdeces_promo.tpl;h=5c8b4f2a7ebeb93523c0934da521ebddc566ae46;hb=5b2c99878fc75a6acffb2239e284f2cb1782142c;hp=889d2a0c21c15a32542c58ca92ac5f8bd07044da;hpb=730a173a333507926e0029d8a96c3a26b55756e4;p=platal.git diff --git a/templates/admin/deces_promo.tpl b/templates/admin/deces_promo.tpl index 889d2a0..5c8b4f2 100644 --- a/templates/admin/deces_promo.tpl +++ b/templates/admin/deces_promo.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2009 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,33 +22,21 @@ -{foreach from=$new_deces item=i} -

Ajout du décès de {$i.name} le {$i.date}.

-{/foreach} -
- - - -
- - - Promotion : - + - - -
-
+{if t($decedes)} + + {xsrf_token_field} @@ -56,9 +44,9 @@ {iterate item=x from=$decedes} - + {/iterate} @@ -70,4 +58,22 @@
Nom
{$x.nom} {$x.prenom}{$x.directory_name} - +
+ +{/if} + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}