#637: Check if the payment message is valid before submission
[platal.git] / templates / include / flags.radio.tpl
index bdcada3..ab32d54 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2004 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -19,7 +19,7 @@
 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}
 {*                                                                        *}
 {**************************************************************************}
-
+{if $display neq "mini"}
     <tr>
       <td colspan="5" class="pflags">
         <table class="flags" summary="Flags" cellpadding="0" cellspacing="0">
               <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">
-              prive
+              privé
             </td>
             <td class="texte">
-              <a href="{"docs/faq.php"|url}#flags" class="popup_800x240">Quelle couleur ??</a>
+              <a href="Xorg/FAQ?display=light#flags" class="popup_800x240">Quelle couleur ??</a>
             </td>
           </tr>
         </table>
       </td>
     </tr>
+{else}
+            <td class="vert">
+              <input type="radio" name="{$name}" value="public" {if $val eq 'public'}checked="checked"{/if} />
+            </td>
+            <td class="orange">
+              <input type="radio" name="{$name}" value="ax" {if $val eq 'ax'}checked="checked"{/if} />
+            </td>
+            <td class="rouge">
+              <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: *}