lots of help and other misc. fixes.
This commit is contained in:
parent
16da1e3180
commit
fc96c0bcfb
16 changed files with 476 additions and 597 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue