In French address only takes one d
[platal.git] / templates / admin / useredit.mail.tpl
index d1e423b..3023779 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {if $mail_part eq 'head'}
 {from full=#from#}
 {to addr=#to#}
-{subject text="INTERVENTION de $user"}
+{subject text="INTERVENTION de $admin"}
 {elseif $mail_part eq 'wiki'}
+{if $deletion}
+L'utilisateur {$user} a été désinscrit de plat/al.
+{else}
 Le profil du camarade {$old.prenom} {$old.nom} ({$old.promo}) a été édité.\\
 Les champs suivants ont été changés :
 {foreach from=$old item=value key=field}
@@ -41,5 +44,6 @@ Et ceux qui n'ont pas changé :
 {/if}
 {/foreach}
 {/if}
+{/if}
 
 {* vim:set et sw=2 sts=2 sws=2: *}