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

@ -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;