X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fgoogleapps%2Fadmin.user.tpl;h=1663dbf01e9eb9cc8c0d769d8c371ee1624de8d9;hb=bf88be24007cb338b2d1be518e8ba65c929a010a;hp=1500aee419979a30e4ae64e4b4a1bfcdaf0c9ca9;hpb=01ab5780ddaab6adf864c576205905ac37dfbe65;p=platal.git diff --git a/templates/googleapps/admin.user.tpl b/templates/googleapps/admin.user.tpl index 1500aee..1663dbf 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-2009 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,14 +53,10 @@ {/if} - + - + @@ -73,10 +69,54 @@ - +
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 mails{if $googleapps_storage}activée{else}désactivee{/if}Redirection des emails{if $googleapps_storage}activée{else}désactivee{/if}
Dernière utilisation du webmail{$a->r_last_webmail|date_format:"%Y-%m-%d"}
Utilisation du quota mail{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MBUtilisation du quota d'emails{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MB

+
+ {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 +136,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}