A first version of 'UserFilter' with implementation of promo filtering
[platal.git] / templates / googleapps / admin.user.tpl
index cb2af6f..8d553f4 100644 (file)
@@ -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  *}
@@ -30,7 +30,7 @@
   <tr>
     <th colspan="2" style="text-align: left">
       <div style="float: left; text-align: left">
-        Compte = {$a->g_account_name}
+        Compte = <a href="admin/user/{$a->g_account_name}">{$a->g_account_name}</a>
       </div>
       <div style="float: right; text-align: right">
         Google id = {$a->g_account_id}<br />
@@ -60,7 +60,7 @@
     </td>
   </tr>
   <tr class="impair">
-    <td class="titre">Redirection des mails</td><td>{if $googleapps_storage}activée{else}désactivee{/if}</td>
+    <td class="titre">Redirection des emails</td><td>{if $googleapps_storage}activée{else}désactivee{/if}</td>
   </tr>
 
   <tr class="pair">
@@ -73,7 +73,7 @@
     <td class="titre">Dernière utilisation du webmail</td><td>{$a->r_last_webmail|date_format:"%Y-%m-%d"}</td>
   </tr>
   <tr class="pair">
-    <td class="titre">Utilisation du quota mail</td><td>{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MB</td>
+    <td class="titre">Utilisation du quota d'emails</td><td>{$a->r_disk_usage/1024/1024|string_format:"%.2f"}MB</td>
   </tr>
 </table><br />