From 0ab25ed243a712d33b41d1ce58fb904275638a33 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Sun, 19 Jun 2005 21:50:57 +0000 Subject: [PATCH] little eye candy git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-732 --- templates/xnet/groupe/evt-detail.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/xnet/groupe/evt-detail.tpl b/templates/xnet/groupe/evt-detail.tpl index e991432..29e4d48 100644 --- a/templates/xnet/groupe/evt-detail.tpl +++ b/templates/xnet/groupe/evt-detail.tpl @@ -65,11 +65,11 @@ {assign var="montant" value=$montant+$m.montant*$m.nb} {if $m.titre || $m.montant} - + {$m.titre} - {if $m.montant > 0}{$m.montant}€{else}gratuit{/if} - + {/if} -- 2.1.4