Changeset 93537 in spip-zone
- Timestamp:
- Dec 11, 2015, 2:36:47 PM (5 years ago)
- Location:
- _plugins_/contacts_et_organisations/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/trunk/paquet.xml
r93274 r93537 2 2 prefix="contacts" 3 3 categorie="auteur" 4 version="2.12. 3"4 version="2.12.4" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]" -
_plugins_/contacts_et_organisations/trunk/prive/objets/liste/contacts.html
r92826 r93537 36 36 <div class="liste-objets contacts"> 37 37 <table class='spip liste'> 38 [<caption><strong class="caption">(#ENV*{titre, <:contacts:info_tous_contacts:>})</strong></caption>]38 [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{contacts:contact_un,contacts:contacts_nb}})</strong></caption>] 39 39 <thead> 40 40 <tr class='first_row'> -
_plugins_/contacts_et_organisations/trunk/prive/objets/liste/organisations.html
r88049 r93537 37 37 <div class="liste-objets organisations"> 38 38 <table class='spip liste'> 39 [<caption><strong class="caption">(#ENV*{titre, <:contacts:info_toutes_organisations:>})</strong></caption>]39 [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{contacts:organisation_un,contacts:organisations_nb}})</strong></caption>] 40 40 <thead> 41 41 <tr class='first_row'>
Note: See TracChangeset
for help on using the changeset viewer.