X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fgoogleapps%2Fadmin.user.tpl;h=65f5fb2b2e78ffee1dbb043e76a79de8ef0641cc;hb=12262f1306059765d8625a6752364679c8625d31;hp=13b6776cbea5b453e9b3a09e675c201759839d88;hpb=31821494a692c035262a32493aef6cb3e1f61579;p=platal.git diff --git a/templates/googleapps/admin.user.tpl b/templates/googleapps/admin.user.tpl index 13b6776..65f5fb2 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}