From 73bb5fe7110fe4c7246f08f4d221ac9ffb11595e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 26 Nov 2010 23:28:38 +0100 Subject: [PATCH] Fixes smarty error and warnings in payment page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/payment/index.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index 6c06d63..7884b6a 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -109,12 +109,12 @@ function payment_submit(form) Transaction - {if $asso} + {if t($asso)} {$pay->text} {else} {/if} @@ -150,7 +150,7 @@ function payment_submit(form) -{if $transactions} +{if t($transactions)}

Tu as déjà effectué des paiements pour cette transaction :

-- 2.1.4
DateMontant