From: x2003bruneau Date: Thu, 30 Nov 2006 11:42:04 +0000 (+0000) Subject: Minor fixes X-Git-Tag: xorg/0.9.13~249 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f04ecf1ba23d449d33be79bb3a0e6410a60f2f13;p=platal.git Minor fixes git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1207 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index 25c5bec..ea877ce 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -163,7 +163,7 @@ function payment_submit(form) {iterate from=$transactions item=t} {$t.timestamp|date_format} - {$t.montant} + {$t.montant|replace:'EUR':'€'} {/iterate} diff --git a/templates/payment/xnet.tpl b/templates/payment/xnet.tpl index 33dcf40..be65102 100644 --- a/templates/payment/xnet.tpl +++ b/templates/payment/xnet.tpl @@ -46,7 +46,7 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom} Tu dois encore payer {math equation="a-b" a=$ev.topay b=$ev.paid}€ {elseif $ev.topay eq $ev.paid} - Tu as déjà réglé l'intégralité de ton inscription ({$ev.topay}€) + Tu as déjà réglé l'intégralité de ton inscription ({$ev.topay}€). {else} Tu as réglé {$ev.paid}€ alors que tu n'en devais que {$ev.topay}€ {/if} @@ -55,7 +55,7 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom} {/if} {else} {if !$ev.paid} - Tu n'as actuellement rien payé sur ce télépaiement + Tu n'as actuellement rien payé sur ce télépaiement. {else} Tu as déjà payé {$ev.paid}€. {/if} @@ -128,10 +128,6 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom} {/if} {/foreach} -{elseif $is_admin} -Aucun versement n'a actuellement été réalisé sur ce télépaiement -{else} -Tu n'as pas payé pour ce télépaiement {/if}