URL decode payment comments
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 3 Oct 2007 18:59:45 +0000 (20:59 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 3 Oct 2007 18:59:45 +0000 (20:59 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/payment/xnet.tpl

index c04d14f..74ad3f5 100644 (file)
@@ -122,7 +122,7 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso.nom}
       <a href="mailto:{$p.alias}@{#globals.mail.domain#}">{icon name=email title="mail"}</a>
     </td>
     <td class="center">{$p.promo}</td>
-    <td>{$p.comment}</td>
+    <td>{$p.comment|urldecode}</td>
     <td class="right">{$p.montant}</td>
   </tr>
   {elseif $smarty.foreach.people.first}