placed Asset/File help into its own set of files

This commit is contained in:
Colin Kuskie 2005-02-24 23:22:35 +00:00
parent 5ebc401d6f
commit cb948913c8
5 changed files with 67 additions and 42 deletions

18
lib/WebGUI/Help/File.pm Normal file
View file

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