move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
70
lib/WebGUI/Help/Asset_EventsCalendar.pm
Normal file
70
lib/WebGUI/Help/Asset_EventsCalendar.pm
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
package WebGUI::Help::Asset_EventsCalendar;
|
||||
|
||||
our $HELP = {
|
||||
'events calendar add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
related => [
|
||||
{
|
||||
tag => 'event add/edit',
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'events calendar template',
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
'event add/edit' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
related => [
|
||||
{
|
||||
tag => 'event template',
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'events calendar add/edit',
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
}
|
||||
]
|
||||
},
|
||||
'events calendar template' => {
|
||||
title => '94',
|
||||
body => '95',
|
||||
related => [
|
||||
{
|
||||
tag => 'events calendar add/edit',
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
'event template' => {
|
||||
title => '96',
|
||||
body => '97',
|
||||
related => [
|
||||
{
|
||||
tag => 'event add/edit',
|
||||
namespace => 'Asset_EventsCalendar'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Wobject'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue