Skip to content
Snippets Groups Projects
Commit 75be908f authored by Claire Hernandez's avatar Claire Hernandez
Browse files

dev #19190 Help link from Ardans to Mediawiki

Ardans pages: 3613 3612 3618
Moved to wiki pages on wiki.bokeh-library-portal.or

Bokeh pages improved:
- /admin/catalogue
- /admin/profil
- /admin/profil/menusindex/id_profil/13
parent e4d4f3db
Branches
Tags
4 merge requests!715Master,!628Master,!626Master,!601Dev#19190 help links 3613 3612 3618
......@@ -98,12 +98,8 @@ class ZendAfi_View_Helper_Admin_HelpLinkArdans
protected $_pattern = 'https://akm.ardans.fr/AFI2/invite/listerFiche.do?idFiche=%s';
protected $_mapping =
['profil' => [ 'index' => 3612,
'menusindex' => 3618,
'accueil' => 3614,
'proprietes' => 3894],
'catalogue' => [ 'index' => 3613 ],
['profil' => ['accueil' => 3614,
'proprietes' => 3894],
'formation' => [ 'index' => 4477 ],
......@@ -135,7 +131,14 @@ class ZendAfi_View_Helper_Admin_HelpLinkBokehWiki
protected $_pattern = 'http://wiki.bokeh-library-portal.org/index.php/%s';
protected $_mapping =
['modules' => ['recherche_viewnotice' => 'Affichage_d%27une_notice']];
[
'modules' => ['recherche_viewnotice' => 'Affichage_d%27une_notice'],
'catalogue' => ['index' => 'Gestions_des_domaines'],
'profil' => [
'index' => 'Configurer_un_profil',
'menusindex' => 'Configurer_un_menu',
]
];
}
?>
\ No newline at end of file
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment