From e86e920ff705fa80cc293df02be9e8e26a50884e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 3 Apr 2011 01:17:40 +0200 Subject: [PATCH] Fixes link towards googleapps account administration from user administration page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/admin/user.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/user.tpl b/templates/admin/user.tpl index d9f35b1..b369443 100644 --- a/templates/admin/user.tpl +++ b/templates/admin/user.tpl @@ -409,9 +409,9 @@ $(function() { {if $mail->broken}{/if} - {if $mail->email == 'googleapps'}{/if} + {if $mail->type == 'googleapps'}{/if} {$mail->display_email} - {if $mail->email == 'googleapps'}{/if} + {if $mail->type == 'googleapps'}{/if} {if $mail->broken} (en panne){/if} -- 2.1.4