From: Stéphane Jacob
Date: Tue, 22 Mar 2011 14:30:44 +0000 (+0100)
Subject: Prevents notices.
X-Git-Tag: xorg/1.1.0~14
X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5aa88bdec76ee12f85da2c8b7b90407c02538c87;p=platal.git
Prevents notices.
Signed-off-by: Stéphane Jacob
---
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)}