moved Asset/Redirect help into its own files

This commit is contained in:
Colin Kuskie 2005-02-25 03:57:29 +00:00
parent 30dc659e9c
commit a2745b6ba6
5 changed files with 50 additions and 46 deletions

View file

@ -20,28 +20,6 @@ our $HELP = {
]
},
'redirect add/edit' => {
title => 'redirect add/edit title',
body => 'redirect add/edit body',
related => [
{
tag => 'asset fields',
namespace => 'Asset'
},
]
},
'file add/edit' => {
title => 'file add/edit title',
body => 'file add/edit body',
related => [
{
tag => 'asset fields',
namespace => 'Asset'
},
]
},
'metadata manage'=> {
title => 'content profiling',
body => 'metadata manage body',
@ -78,6 +56,7 @@ our $HELP = {
},
],
},
};
1;

View file

@ -0,0 +1,18 @@
package WebGUI::Help::Redirect;
our $HELP = {
'redirect add/edit' => {
title => 'redirect add/edit title',
body => 'redirect add/edit body',
related => [
{
tag => 'asset fields',
namespace => 'Asset'
},
]
},
};
1;