From 9096e4848221ea2af77a03cc8a9c5f6bfda29c4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 6 Mar 2011 16:33:04 +0100 Subject: [PATCH] Fixes broken emails handling in admin pages. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/admin/user.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/admin/user.tpl b/templates/admin/user.tpl index c5ab851..1d478a3 100644 --- a/templates/admin/user.tpl +++ b/templates/admin/user.tpl @@ -423,12 +423,12 @@ $(function() { {/if} - {if $mail->panne && $mail->panne neq "0000-00-00"} + {if $mail->broken && $mail->broken_date neq "0000-00-00"} {icon name=error title="Panne"} - Panne de {$mail->display_email} le {$mail->panne|date_format} - {if $mail->panne neq $mail->last}confirmée le {$mail->last|date_format}{/if} + Panne de {$mail->display_email} le {$mail->broken_date|date_format} + {if $mail->broken_date neq $mail->last}confirmée le {$mail->last|date_format}{/if} effacer les pannes -- 2.1.4