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',
|
||||
|
|
|
|||
|
|
@ -1481,6 +1481,32 @@ One package that many people create is a Page/Article package. It is often the c
|
|||
lastUpdated => 1037579611
|
||||
},
|
||||
|
||||
'811 description' => {
|
||||
message => q|Who the email is from.|,
|
||||
lastUpdated => 1122093200,
|
||||
},
|
||||
|
||||
'229 description' => {
|
||||
message => q|The subject of the email.|,
|
||||
lastUpdated => 1122093200,
|
||||
},
|
||||
|
||||
'230 description' => {
|
||||
message => q|The message that will be sent to all members of the group. The email will not
|
||||
be in HTML format, and no attachments can be included.|,
|
||||
lastUpdated => 1122093200,
|
||||
},
|
||||
|
||||
'group email title' => {
|
||||
message => q|Group, Email|,
|
||||
lastUpdated => 1122092662
|
||||
},
|
||||
|
||||
'group email body' => {
|
||||
message => q|<p>This provides an easy way to contact all of the members of a group at once.</p> |,
|
||||
lastUpdated => 1037579611
|
||||
},
|
||||
|
||||
'332' => {
|
||||
message => q|Work Zip Code|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -3129,6 +3155,16 @@ Privileges and styles assigned to pages in the package will not be copied when t
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'manage users in group title' => {
|
||||
message => q|Users In Group|,
|
||||
lastUpdated => 1122094682
|
||||
},
|
||||
|
||||
'manage users in group body' => {
|
||||
message => q||,
|
||||
lastUpdated => 1122094683
|
||||
},
|
||||
|
||||
'1009' => {
|
||||
message => q|HTML|,
|
||||
lastUpdated => 1060433286
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue