New data model integration: fully modular setup based on the "modules"

SVN:trunk[518]
This commit is contained in:
Denis Flaven
2010-07-01 14:10:21 +00:00
parent 51c1e079dc
commit 702a2345f7
5 changed files with 64 additions and 16 deletions

View File

@@ -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',
)
);

View File

@@ -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',
)
);

View File

@@ -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',
)
);

View File

@@ -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',
)
);