1 | <paquet |
---|
2 | prefix="contacts" |
---|
3 | categorie="auteur" |
---|
4 | version="2.12.5" |
---|
5 | etat="stable" |
---|
6 | compatibilite="[3.0.0;3.1.*]" |
---|
7 | logo="images/contacts-128.png" |
---|
8 | schema="1.11.1" |
---|
9 | documentation="http://contrib.spip.net/Plugin-Contacts-Organisations" |
---|
10 | > |
---|
11 | |
---|
12 | <nom>Contacts & Organisations</nom> |
---|
13 | <!-- Ajouter un gestionnaire de contacts à SPIP --> |
---|
14 | |
---|
15 | <auteur>Cyril MARION</auteur> |
---|
16 | <auteur lien="http://www.cym.fr/">Ateliers CYM</auteur> |
---|
17 | <auteur lien="http://magraine.net/">Matthieu Marcillaud</auteur> |
---|
18 | <auteur lien="http://www.ldd.fr/">Les Développements Durables</auteur> |
---|
19 | |
---|
20 | <traduire module="contacts" reference="fr" gestionnaire="salvatore" /> |
---|
21 | <traduire module="paquet-contacts" reference="fr" gestionnaire="salvatore" /> |
---|
22 | |
---|
23 | <pipeline nom="declarer_tables_objets_sql" inclure="base/contacts.php" /> |
---|
24 | <pipeline nom="declarer_tables_interfaces" inclure="base/contacts.php" /> |
---|
25 | <pipeline nom="declarer_tables_auxiliaires" inclure="base/contacts.php" /> |
---|
26 | <pipeline nom="affiche_gauche" inclure="contacts_pipelines.php" /> |
---|
27 | <pipeline nom="insert_head_css" inclure="contacts_pipelines.php" /> |
---|
28 | <pipeline nom="afficher_contenu_objet" inclure="contacts_pipelines.php" /> |
---|
29 | <pipeline nom="affiche_hierarchie" inclure="contacts_pipelines.php" /> |
---|
30 | <pipeline nom="optimiser_base_disparus" inclure="contacts_pipelines.php" /> |
---|
31 | <pipeline nom="autoriser" inclure="contacts_autoriser.php" /> |
---|
32 | |
---|
33 | <necessite nom="saisies" compatibilite="[1.15.3;[" /> |
---|
34 | <necessite nom="medias" compatibilite="[2.7.27;[" /> |
---|
35 | <necessite nom="editer_liens_simples" compatibilite="[1.0.0;[" /> |
---|
36 | <necessite nom="spip_bonux" compatibilite="[3.1.0;[" /> |
---|
37 | |
---|
38 | <utilise nom="coordonnees" compatibilite="[1.4.5;[" /> |
---|
39 | <utilise nom="crayons" compatibilite="[1.10.0;[" /> |
---|
40 | |
---|
41 | <menu nom="contacts_organisations" titre="contacts:bouton_contacts_organisations" parent="menu_edition" icone="images/contact-16.png" action="repertoire" /> |
---|
42 | |
---|
43 | <onglet nom="repertoire" titre="contacts:bouton_repertoire" parent="contacts" icone="images/annuaire-24.png" /> |
---|
44 | <onglet nom="organisations" titre="contacts:bouton_organisations" parent="contacts" icone="images/organisation-24.png" /> |
---|
45 | <onglet nom="contacts" titre="contacts:bouton_contacts" parent="contacts" icone="images/contact-24.png" /> |
---|
46 | </paquet> |
---|