X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fdeces_promo.tpl;h=afe0b8236eed1dc0dadc58e69a395504e129260e;hb=53de25571fe8c43e312f364a143e23a7cecfa14e;hp=8b6cf4c8e5dc4ac1640178c0a4e6daf3c471b93a;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/admin/deces_promo.tpl b/templates/admin/deces_promo.tpl index 8b6cf4c..afe0b82 100644 --- a/templates/admin/deces_promo.tpl +++ b/templates/admin/deces_promo.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,45 +20,31 @@ {* *} {**************************************************************************} - - -{foreach from=$new_deces item=i} -

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

-{/foreach} -
- +
- - - -
- - - - Promotion : - - - - - + Promotion : + +
-
+{if t($profileList)} + + {xsrf_token_field} - {iterate item=x from=$decedes} + {iterate item=profile from=$profileList} - + {/iterate} @@ -69,5 +55,6 @@
Nom Date de décès
{$x.nom} {$x.prenom}{$profile.directory_name} - +
+{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}