X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fadmin%2Fuser.tpl;h=b3694432ce2cc7888222114648fb07b6230b1154;hb=0768c6d72cfc59857d4c63b71059fcdf06b9ddfe;hp=2f448ea38eb563efa2cfc88e9049e2adbd8212b0;hpb=4171c0bf30fef7feb3066a3a5cf1e3bf33c83618;p=platal.git diff --git a/templates/admin/user.tpl b/templates/admin/user.tpl index 2f448ea..b369443 100644 --- a/templates/admin/user.tpl +++ b/templates/admin/user.tpl @@ -110,7 +110,6 @@ $(function() {
  • OpenID
  • Forums
  • -
    @@ -140,7 +139,7 @@ $(function() { Nom complet
    Prénom NOM -
    + {if $hasProfile}{$user->fullName()}{else}{/if} @@ -253,7 +252,7 @@ $(function() { - + {if $user->state neq 'pending'} @@ -343,24 +342,24 @@ $(function() { {iterate from=$aliases item=a} - + - {if $a.for_life}{$a.alias}{else}{$a.alias}{/if} + {if $a.forlife}{$a.email}{elseif $a.alias}{$a.email}{else}{$a.email}{/if} {if $a.expire}(expire le {$a.expire|date_format}){/if} - {if $a.for_life} + {if $a.forlife} garanti à vie* {else} - {icon name=cross} + {icon name=cross} {/if} {/iterate} - + @@ -382,7 +381,7 @@ $(function() { {xsrf_token_field} - @@ -410,23 +409,26 @@ $(function() { + - {if $mail->panne && $mail->panne neq "0000-00-00"} + {if $mail->broken && $mail->broken_date neq "0000-00-00"} - - -
    + Redirections
    {if $mail->broken}{/if} - {if $mail->email == 'googleapps'}{/if} + {if $mail->type == 'googleapps'}{/if} {$mail->display_email} - {if $mail->email == 'googleapps'}{/if} + {if $mail->type == 'googleapps'}{/if} {if $mail->broken} (en panne){/if} + {if $mail->type != 'imap'}(niveau {$mail->filter_level} : {$mail->action}){/if} + {if $mail->is_removable()} {icon name=cross} {/if}
    + {icon name=error title="Panne"} - Panne de {$mail->display_email} le {$mail->panne|date_format} - {if $mail->panne neq $mail->last}confirmée le {$mail->last|date_format}{/if} + Panne de {$mail->display_email} le {$mail->broken_date|date_format} + {if $mail->broken_date neq $mail->last}confirmée le {$mail->last|date_format}{/if} effacer les pannes @@ -439,8 +441,8 @@ $(function() { Ajouter une adresse - + + @@ -452,7 +454,7 @@ $(function() {
    + {if $actives} {/if} @@ -492,7 +494,7 @@ $(function() {
    - + {foreach from=$virtuals item=virtual} @@ -572,6 +574,7 @@ $(function() {
    Virtual aliases auquel l'utilisateur appartientAlias de groupe auquel l'utilisateur appartient
    + {/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}