From dbc62aa15a35aeeefcb217afa284ccb4bc4988c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 17 Nov 2010 13:17:39 +0100 Subject: [PATCH] HTML validation on xnet payment page. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- templates/payment/xnet.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/payment/xnet.tpl b/templates/payment/xnet.tpl index 635e4d1..e26f0d3 100644 --- a/templates/payment/xnet.tpl +++ b/templates/payment/xnet.tpl @@ -83,42 +83,42 @@ Voici la liste des paiements en ligne possible pour le groupe {$asso->nom}  {if $order eq 'timestamp' && $order_id eq $p.id} - + {else} - + {/if}Date {if $order eq 'directory_name' && $order_id eq $p.id} - + {else} - {/if} + {/if} NOM Prénom {if $order eq 'promo' && $order_id eq $p.id} - + {else} - + {/if}Promo {if $order eq 'comment' && $order_id eq $p.id} - + {else} - + {/if}Commentaire {if $order eq 'amount' && $order_id eq $p.id} - + {else} - + {/if}Montant -- 2.1.4