Browse Source

exporter la configuration de l'organiseur

svn/root/tags/plugins/organiseur/0.7.2
joseph@larmarange.net 11 years ago
parent
commit
56a775b541
  1. 1
      .gitattributes
  2. 13
      organiseur_ieconfig.php
  3. 1
      paquet.xml

1
.gitattributes vendored

@ -39,6 +39,7 @@ notifications/message_normal_publie.html -text
/organiseur_administrations.php -text
/organiseur_autoriser.php -text
/organiseur_fonctions.php -text
/organiseur_ieconfig.php -text
/organiseur_pipelines.php -text
prive/objets/contenu/message.html -text
prive/objets/liste/messages-envoyes.html -text

13
organiseur_ieconfig.php

@ -0,0 +1,13 @@
<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
function organiseur_ieconfig_metas($table){
$table['organiseur']['titre'] = _T('titre_messagerie_agenda');
$table['organiseur']['icone'] = 'messagerie-16.png';
$table['organiseur']['metas_brutes'] = 'messagerie_agenda';
return $table;
}
?>

1
paquet.xml

@ -29,6 +29,7 @@
<pipeline nom="post_edition" inclure="organiseur_pipelines.php" />
<pipeline nom="alertes_auteur" inclure="organiseur_pipelines.php" />
<pipeline nom="quete_calendrier_prive" action="" />
<pipeline nom="ieconfig_metas" inclure="organiseur_ieconfig.php" />
<menu nom="calendrier" titre="organiseur:info_agenda_interne" parent="outils_collaboratifs" icone="images/calendrier-16.png" />
<menu nom="messagerie" titre="info_messagerie_interne" action="messages" parent="outils_collaboratifs" icone="images/messagerie-16.png" />

Loading…
Cancel
Save