mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
New data model integration: fully modular setup based on the "modules"
SVN:trunk[518]
This commit is contained in:
@@ -34,7 +34,7 @@ SetupWebPage::AddModule(
|
||||
|
||||
// Documentation
|
||||
//
|
||||
'doc.manual_setup' => '/doc/xxx/yyy.htm',
|
||||
'doc.manual_setup' => '', // No manual installation required
|
||||
'doc.more_information' => '/doc/xxx/yyy.htm',
|
||||
)
|
||||
);
|
||||
|
||||
@@ -35,7 +35,7 @@ SetupWebPage::AddModule(
|
||||
|
||||
// Documentation
|
||||
//
|
||||
'doc.manual_setup' => '/doc/xxx/yyy.htm',
|
||||
'doc.manual_setup' => '', // No manual installation instructions
|
||||
'doc.more_information' => '/doc/xxx/yyy.htm',
|
||||
)
|
||||
);
|
||||
|
||||
@@ -35,7 +35,7 @@ SetupWebPage::AddModule(
|
||||
|
||||
// Documentation
|
||||
//
|
||||
'doc.manual_setup' => '/doc/xxx/yyy.htm',
|
||||
'doc.manual_setup' => '', // No manual installation instructions
|
||||
'doc.more_information' => '/doc/xxx/yyy.htm',
|
||||
)
|
||||
);
|
||||
|
||||
@@ -34,7 +34,7 @@ SetupWebPage::AddModule(
|
||||
|
||||
// Documentation
|
||||
//
|
||||
'doc.manual_setup' => '/doc/xxx/yyy.htm',
|
||||
'doc.manual_setup' => '', // No manual installation instructions
|
||||
'doc.more_information' => '/doc/xxx/yyy.htm',
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user