Ajout du type de souscription sur les pages 'souscription' et 'souscriptions'
authorOlivier Tétard <olivier.tetard@miskin.fr>
Thu, 14 Mar 2013 13:57:41 +0000 (14:57 +0100)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Thu, 14 Mar 2013 13:57:41 +0000 (14:57 +0100)
lang/souscription_fr.php
prive/objets/contenu/souscription.html
prive/objets/liste/souscriptions.html

index f45ed4c..b995d43 100644 (file)
@@ -54,6 +54,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
         'label_exporter_payes' => 'Exporter les dons payés',
         'label_exporter_tous' => 'Exporter tous les dons',
         'label_informer_comite_local' => "Informer le comité local le plus proche",
+        'label_type_souscription' => "Type de souscription",
 
        // R
        'retirer_lien_souscription' => 'Retirer ce don',
index 832525e..f8f8f72 100644 (file)
@@ -1,5 +1,10 @@
 <BOUCLE_souscription(SOUSCRIPTIONS transactions souscription_campagnes){id_souscription}>
 
+[<div class="champ contenu_type_souscription[ (#TYPE_SOUSCRIPTION*|strlen|?{'',vide})]">
+       <label><:souscription:label_type_souscription:> : </label>
+       <span dir="#LANG_DIR" class="#EDIT{type_souscription} type_souscription">(#TYPE_SOUSCRIPTION)</span>
+</div>]
+
 [<div class="champ contenu_courriel[ (#COURRIEL*|strlen|?{'',vide})]">
        <label><:souscription:label_courriel:> : </label>
        <span dir="#LANG_DIR" class="#EDIT{courriel} courriel">(#COURRIEL)</span>
index edb2f84..b2eb088 100644 (file)
@@ -12,6 +12,7 @@
        <thead>
                <tr class="first_row">
                        <th class="courriel" scope="col">[(#TRI{courriel,<:souscription:label_courriel:>,ajax})]</th>
+                       <th class="type_souscription" scope="col">[(#TRI{type_souscription,<:souscription:label_type_souscription:>,ajax})]</th>
                        <th class="montant" scope="col">[(#TRI{montant,<:souscription:label_montant:>,ajax})]</th>
                        <th class="prenom" scope="col">[(#TRI{prenom,<:souscription:label_prenom:>,ajax})]</th>
                        <th class="nom" scope="col">[(#TRI{nom,<:souscription:label_nom:>,ajax})]</th>
@@ -25,6 +26,7 @@
        <BOUCLE_liste_souscriptions(SOUSCRIPTIONS transactions){id_transaction?}{id_mot?}{id_auteur?}{where?}{recherche?}{tri #ENV{par,num nom},#GET{defaut_tri}}{par nom}{pagination #ENV{nb,10}}>
                <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
                        <td class="courriel principale"><a href="[(#ID_SOUSCRIPTION|generer_url_entite{souscription})]" title="<:info_numero_abbreviation|attribut_html:> #ID_SOUSCRIPTION">[(#RANG). ]#COURRIEL</a></td>
+                       <td class="type_souscription secondaire">[(#TYPE_SOUSCRIPTION)]</td> 
                        <td class="montant secondaire">[(#MONTANT) €]</td> 
                        <td class="prenom secondaire">[(#PRENOM)]</td> 
                        <td class="nom secondaire">[(#NOM)]</td>