From 026bc6ba0b255ae8e2a1c80af9afd0121c7bc99f Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 28 Sep 2005 15:15:30 +0000 Subject: [PATCH] backport rev 66 git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.8@67 839d8a87-29fc-0310-9880-83ba4fa771e5 --- templates/xnet/groupe/telepaiement.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/xnet/groupe/telepaiement.tpl b/templates/xnet/groupe/telepaiement.tpl index d0b3baf..d3ab256 100644 --- a/templates/xnet/groupe/telepaiement.tpl +++ b/templates/xnet/groupe/telepaiement.tpl @@ -38,16 +38,16 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom} {$p.text} : détails pour les administrateurs + {foreach from=$trans[$p.id] item=p} - {foreach from=$trans[$p.id] item=p} {$p.date|date_format} {$p.nom} {$p.prenom} (X{$promo}) (mail) {$p.montant} - {/foreach} + {/foreach} {/if} -- 2.1.4