lots of help and other misc. fixes.

This commit is contained in:
Matthew Wilson 2005-12-03 20:07:04 +00:00
parent 16da1e3180
commit fc96c0bcfb
16 changed files with 476 additions and 597 deletions

View file

@ -1 +1,18 @@
1;
package WebGUI::Help::Asset_Dashboard;
our $HELP = {
'dashboard add/edit' => {
title => 'dashboard add/edit title',
body => 'dashboard add/edit body',
fields => [
],
related => [
{
tag => 'shortcut add/edit',
namespace => 'Asset_Shortcut'
}
]
}
};
1;