Adds missing file in previous commit (nicknames on the GoogleApps user admin page).
authorVincent Zanotti <vincent.zanotti@m4x.org>
Mon, 18 May 2009 21:51:25 +0000 (23:51 +0200)
committerVincent Zanotti <vincent.zanotti@m4x.org>
Mon, 18 May 2009 21:51:25 +0000 (23:51 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
templates/googleapps/admin.user.tpl

index 4257288..69b591a 100644 (file)
@@ -74,7 +74,7 @@
 
   <tr class="impair">
     <td class="titre">Alias email du compte</td>
-    <td>{$a->g_account_name}{foreach from=$a->nicknames() item=nickname}<br />{$nickname}{/foreach}</td>
+    <td>{foreach from=$a->nicknames() item=nickname}{$nickname}<br />{/foreach}{$a->g_account_name}</td>
   </tr>
 </table><br />