stupid bug
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 28 Sep 2005 15:12:16 +0000 (15:12 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 28 Sep 2005 15:12:16 +0000 (15:12 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@66 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/xnet/groupe/telepaiement.tpl

index f285235..de2de09 100644 (file)
@@ -38,16 +38,16 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom}
   <tr>
     <th colspan="3">{$p.text} : détails pour les administrateurs</th>
   </tr>
   <tr>
     <th colspan="3">{$p.text} : détails pour les administrateurs</th>
   </tr>
+  {foreach from=$trans[$p.id] item=p}
   <tr>
   <tr>
-    {foreach from=$trans[$p.id] item=p}
     <td>{$p.date|date_format}</td>
     <td>
       <a href="https://www.polytechnique.org/fiche.php?user={$p.alias}">{$p.nom} {$p.prenom} (X{$promo})</a>
       (<a href="mailto:{$p.alias}@polytechnique.org">mail</a>)
     </td>
     <td>{$p.montant}</td>
     <td>{$p.date|date_format}</td>
     <td>
       <a href="https://www.polytechnique.org/fiche.php?user={$p.alias}">{$p.nom} {$p.prenom} (X{$promo})</a>
       (<a href="mailto:{$p.alias}@polytechnique.org">mail</a>)
     </td>
     <td>{$p.montant}</td>
-    {/foreach}
   </tr>
   </tr>
+  {/foreach}
 </table>
 {/if}
 
 </table>
 {/if}