Wiki for payment confirmation email
[platal.git] / templates / include / flags.radio.tpl
index f756791..ab32d54 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
               <input type="radio" name="{$name}" value="ax" {if $val eq 'ax'}checked="checked"{/if} />
             </td>
             <td class="texte">
-              transmis à l'AX
+              transmis à l'AX
             </td>
             <td class="rouge">
               <input type="radio" name="{$name}" value="private" {if $val eq 'private'}checked="checked"{/if} />
             </td>
             <td class="texte">
-              privé
+              privé
             </td>
             <td class="texte">
               <a href="Xorg/FAQ?display=light#flags" class="popup_800x240">Quelle couleur ??</a>
@@ -60,3 +60,4 @@
               <input type="radio" name="{$name}" value="private" {if $val eq 'private'}checked="checked"{/if} />
             </td>
 {/if}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}