more help docs, hover help support
This commit is contained in:
parent
5a47ca6f1b
commit
c62758ce6e
2 changed files with 71 additions and 0 deletions
|
|
@ -136,6 +136,29 @@ our $HELP = {
|
|||
}
|
||||
],
|
||||
},
|
||||
'group email' => {
|
||||
title => 'group email title',
|
||||
body => 'group email body',
|
||||
fields => [
|
||||
{
|
||||
title => '811',
|
||||
description => '811 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
{
|
||||
title => '229',
|
||||
description => '229 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
{
|
||||
title => '230',
|
||||
description => '230 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
'group add/edit' => {
|
||||
title => '667',
|
||||
body => '622',
|
||||
|
|
@ -236,6 +259,10 @@ our $HELP = {
|
|||
tag => 'groups manage',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'group email',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'database links manage',
|
||||
namespace => 'WebGUI'
|
||||
|
|
@ -457,6 +484,14 @@ our $HELP = {
|
|||
}
|
||||
]
|
||||
},
|
||||
'manage users in group' => {
|
||||
title => 'manage users in group title',
|
||||
body => 'manage users in group body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'users manage' => {
|
||||
title => '658',
|
||||
body => '613',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue