Welcome page moved out the application, into a dedicated module: itop-welcome-itil

SVN:trunk[982]
This commit is contained in:
Romain Quetiez
2010-11-26 15:59:41 +00:00
parent 9f000c15ff
commit e37f6a0954
4 changed files with 74 additions and 203 deletions

View File

@@ -412,8 +412,6 @@ EOF
* Data Model
* Universal Search
*/
$oWelcomeMenu = new MenuGroup('WelcomeMenu', 10 /* fRank */);
new TemplateMenuNode('WelcomeMenuPage', '../application/templates/welcome_menu.html', $oWelcomeMenu->GetIndex() /* oParent */, 1 /* fRank */);
$oToolsMenu = new MenuGroup('DataAdministration', 70 /* fRank */, 'Organization', UR_ACTION_MODIFY, UR_ALLOWED_YES|UR_ALLOWED_DEPENDS);
new WebPageMenuNode('CSVImportMenu', '../pages/csvimport.php', $oToolsMenu->GetIndex(), 1 /* fRank */);