Modification des chaines de caractères.
authorOlivier Tétard <olivier.tetard@miskin.fr>
Tue, 23 Apr 2013 17:08:40 +0000 (19:08 +0200)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Tue, 23 Apr 2013 17:08:40 +0000 (19:08 +0200)
Ajout de chaines 'explication' dans le formulaire de souscription et modification de certaines chaines.

formulaires/souscription.html
lang/souscription_fr.php

index c5cbc19..b5e4db0 100644 (file)
        [(#SAISIE{#CONFIG{souscription/#ENV{type_souscription}|concat{_type_saisie},input},
                   montant,
                   obligatoire=oui,
-                  label=<:souscription:label_montant:>,
+                  label=<:souscription:label_montant:>,        
+                  explication=<:souscription:explication_montant:>,
                   datas=#CONFIG{souscription/#ENV{type_souscription}|concat{_montants}}})]
-       [(#SAISIE{oui_non, recu_fiscal, label=<:souscription:label_recu_fiscal:>})]
+       [(#SAISIE{oui_non, recu_fiscal, label=<:souscription:label_recu_fiscal:>, explication=<:souscription:explication_recu_fiscal:>})]
         [(#SAISIE{oui_non, envoyer_info, label=<:souscription:label_envoyer_info:> })]
         [(#ENV{type_souscription}|=={adhesion}|oui) [(#SAISIE{oui_non, informer_comite_local, label=<:souscription:label_informer_comite_local:> })]]
         [(#SAISIE{hidden, id_souscription_campagne})]
index 1e89dbf..8e3ce94 100644 (file)
@@ -31,6 +31,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        // E
        'explication_envoyer_info' => 'Souhaite recevoir des informations publiques',
        'explication_montants' => "Le montants divent être au format suivant: <code>[montant]|[description]</code> à raison d'une entrée par ligne.",
+       'explication_montant' => " ",
+       'explication_recu_fiscal' => " ",
 
        // I
        'icone_creer_souscription' => 'Créer une souscription',
@@ -50,7 +52,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_id_transaction' => 'Identifiant de la transaction',
        'label_nom' => 'Nom',
        'label_prenom' => 'Prénom',
-       'label_recu_fiscal' => 'Envoyer un reçu fiscal',
+       'label_recu_fiscal' => 'Recevoir un reçu fiscal',
        'label_ville' => 'Ville',
        'label_pays' => 'Pays',
         'label_campagne' => 'Campagne',