Moved Navigation content out of WebGUI into Navigation
This commit is contained in:
parent
e92884255a
commit
1bb82bd7b9
2 changed files with 69 additions and 63 deletions
68
lib/WebGUI/Help/Navigation.pm
Normal file
68
lib/WebGUI/Help/Navigation.pm
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
package WebGUI::Help::Navigation;
|
||||
|
||||
our $HELP = {
|
||||
'navigation add/edit' => {
|
||||
title => '1098',
|
||||
body => '1093',
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'navigation manage',
|
||||
namespace => 'Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'template add/edit',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'navigation template' => {
|
||||
title => '1096',
|
||||
body => '1097',
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'navigation manage',
|
||||
namespace => 'Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'navigation manage' => {
|
||||
title => '1094',
|
||||
body => '1095',
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'Navigation'
|
||||
},
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'Navigation'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -645,7 +645,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'WebGUI'
|
||||
namespace => 'Navigation'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
@ -953,68 +953,6 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'navigation add/edit' => {
|
||||
title => '1098',
|
||||
body => '1093',
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'template add/edit',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'navigation manage' => {
|
||||
title => '1094',
|
||||
body => '1095',
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation template',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'navigation template' => {
|
||||
title => '1096',
|
||||
body => '1097',
|
||||
related => [
|
||||
{
|
||||
tag => 'navigation macros',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation add/edit',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'navigation manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'page export' => {
|
||||
title => 'Page, Export',
|
||||
body => 'Page, Export body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue