From 5aa88bdec76ee12f85da2c8b7b90407c02538c87 Mon Sep 17 00:00:00 2001
From: =?utf8?q?St=C3=A9phane=20Jacob?=
Date: Tue, 22 Mar 2011 15:30:44 +0100
Subject: [PATCH] Prevents notices.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Signed-off-by: Stéphane Jacob
---
templates/admin/add_accounts.tpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/admin/add_accounts.tpl b/templates/admin/add_accounts.tpl
index a09605a..74524ac 100644
--- a/templates/admin/add_accounts.tpl
+++ b/templates/admin/add_accounts.tpl
@@ -22,7 +22,7 @@
Mise à jour de l'annuaire
-{if $newAccounts}
+{if t($newAccounts)}
Les comptes suivants ont été ajoutés :
{/if}
-{if !$add_type}
+{if !t($add_type)}