Mise en place de la France comme pays par défaut.
[spip_souscriptions.git] / prive / objets / liste / souscriptions.html
index 7f72867..ed9f9a8 100644 (file)
@@ -13,7 +13,7 @@
                <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="montant" scope="col">[(#TRI{montant,<:souscription:label_montant_liste:>,ajax})]</th>
                        <th class="nom" scope="col">[(#TRI{nom,<:souscription:label_nom:>,ajax})]</th>
                        <th class="date" scope="col">[(#TRI{date_souscription,<:date:>,ajax})]</th> 
                        <th class="statut" scope="col">[(#TRI{statut,<:statut:>,ajax})]</th> 
 </B_liste_souscriptions>[
 <div class="liste-objets souscriptions caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div>
 ]<//B_liste_souscriptions>
+
+[(#BOITE_OUVRIR{<:souscription:voir_exporter:>,'simple','section'})]
+[(#SET{arguments_export, ''})]
+
+[(#SET{arguments_export,#GET{arguments_export}|concat{/#ENV{type_souscription}|?{#ENV{type_souscription}}, /}})]
+
+<ul>
+  <li><a href="[(#URL_ACTION_AUTEUR{exporter_souscriptions,[(#VAL{payes}|concat{#GET{arguments_export}})]})]"><:souscription:label_exporter_payes:></a></li>
+  <li><a href="[(#URL_ACTION_AUTEUR{exporter_souscriptions,[(#VAL{tous}|concat{#GET{arguments_export}})]})]"><:souscription:label_exporter_tous:></a></li>
+</ul>
+#BOITE_FERMER