Ajout du type de souscription sur les pages 'souscription' et 'souscriptions'
[spip_souscriptions.git] / prive / objets / liste / souscriptions.html
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>