X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fgoogleapps%2Fadmin.user.tpl;h=a93804a828f35d1ab6030d705f4305fbdf6c5583;hb=e557b0dbd21096d0fdd5c18f62dab460d20c90c3;hp=13b6776cbea5b453e9b3a09e675c201759839d88;hpb=7f12e3b4113791f3372f11572a205925d7bb6b97;p=platal.git diff --git a/templates/googleapps/admin.user.tpl b/templates/googleapps/admin.user.tpl index 13b6776..a93804a 100644 --- a/templates/googleapps/admin.user.tpl +++ b/templates/googleapps/admin.user.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -22,7 +22,7 @@

Compte Google Apps

-{if $account} +{if $account && $account->provisioned()} {assign var=a value=$account} @@ -53,11 +53,7 @@ {/if} - + @@ -75,8 +71,57 @@ + + + + +
Mots de passes synchronisés - {if $a->sync_password} - oui (lancer une synchronisation) - {else}non{/if} - {if $a->sync_password}oui{else}non{/if}
Redirection des emails{if $googleapps_storage}activée{else}désactivee{/if}
Utilisation du quota d'emails{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MB
Alias email du compte{foreach from=$a->nicknames() item=nickname}{$nickname}
{/foreach}{$a->g_account_name}

+
+ {xsrf_token_field} + + + + + + + + + + + + + + + + + + + + +
Actions sur le compte
Statut du compte
  + {if $a->pending_update_suspension} +
Le statut du compte est en cours de changement. Aucune opération n'est possible.
+ {elseif $a->active()} + + {elseif $a->suspended()} + + {/if} +
Mot de passe
  + {if !$a->active()} +
Aucune opération n'est possible sur un compte inactif.
+ {elseif $a->pending_update_password} +
Le mot de passe du compte est en cours de changement. Aucune opération n'est possible.
+ {elseif $a->sync_password} + + + {else} + + {/if} +
+

+ @@ -96,6 +141,8 @@ {/iterate}
Requêtes en attente
+{elseif $account} +

Cet utilisateur n'a pas de compte Google Apps.

{else}

Aucun utilisateur n'a été trouvé.

{/if}