Help module for Asset

This commit is contained in:
Colin Kuskie 2004-11-14 20:16:46 +00:00
parent fdde516a1d
commit 46a010ef59

12
lib/WebGUI/Help/Asset.pm Normal file
View file

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