Changeset 93725 in spip-zone
- Timestamp:
- Dec 16, 2015, 6:38:38 PM (5 years ago)
- Location:
- _plugins_/contacts_et_organisations/trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/trunk/changelog.txt
r84783 r93725 59 59 - Option pour supprimer les contacts/organisations si un auteur passe à la poubelle, et réciproquement. 60 60 61 2.12.6 (2015-12-16) 62 - Ajout de squelettes de pagination alphabétique pour les contacts et les organisations. -
_plugins_/contacts_et_organisations/trunk/paquet.xml
r93553 r93725 2 2 prefix="contacts" 3 3 categorie="auteur" 4 version="2.12. 5"4 version="2.12.6" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]" -
_plugins_/contacts_et_organisations/trunk/prive/objets/liste/contacts.html
r93537 r93725 35 35 #ANCRE_PAGINATION 36 36 <div class="liste-objets contacts"> 37 <INCLURE{fond=inclure/pagination_alpha_contacts, env} /> 37 38 <table class='spip liste'> 38 39 [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{contacts:contact_un,contacts:contacts_nb}})</strong></caption>] -
_plugins_/contacts_et_organisations/trunk/prive/objets/liste/organisations.html
r93537 r93725 36 36 #ANCRE_PAGINATION 37 37 <div class="liste-objets organisations"> 38 <INCLURE{fond=inclure/pagination_alpha_organisations, env} /> 38 39 <table class='spip liste'> 39 40 [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{contacts:organisation_un,contacts:organisations_nb}})</strong></caption>]
Note: See TracChangeset
for help on using the changeset viewer.