X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fuser.tpl;h=b7437795d8c7cfdac45a90671875d2c0a453e663;hb=c67b874fd8d442bfded35295a819e7ce11a2d6dc;hp=874b5f8818e343201d841b79c516a3a3339b560b;hpb=e46cf8c46341b447cc3701c8afcc9baec3da11e5;p=platal.git diff --git a/templates/admin/user.tpl b/templates/admin/user.tpl index 874b5f8..b743779 100644 --- a/templates/admin/user.tpl +++ b/templates/admin/user.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -21,13 +21,13 @@ {**************************************************************************} -{if $smarty.post.u_kill_conf} -
+{if t($smarty.post.delete_account)} + {xsrf_token_field}
- - Confirmer la suppression de l'utilisateur {$smarty.request.user_id} ({$mr.prenom} {$mr.nom} - X{$mr.promo})   - + + Confirmer la suppression de l'utilisateur {$user->fullName()} (uid : {$smarty.request.uid}).
+
{elseif $user} @@ -35,12 +35,6 @@ +{/literal} +
+ {xsrf_token_field} + + + + + + + + + + + + + +
+ Administrer +
+ Il est possible d'entrer ici n'importe quelle adresse mail : redirection, melix, ou alias. +
+ +
+    +    + +
+
{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}