Skip to content
Snippets Groups Projects

Dev#19190 help links 3613 3612 3618

Merged Claire Hernandez requested to merge dev#19190_help_links_3613_3612_3618 into master
Compare and
+ 32
26
Preferences
Compare changes
Files
@@ -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
?>