From c62758ce6e44256e299993ddf1519ccadd4d359b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 26 Jul 2005 04:52:31 +0000 Subject: [PATCH] more help docs, hover help support --- lib/WebGUI/Help/WebGUI.pm | 35 ++++++++++++++++++++++++++++++ lib/WebGUI/i18n/English/WebGUI.pm | 36 +++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 5bb94101e..33092d6fb 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -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', diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 6d1b57957..9c5375dfb 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -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|

This provides an easy way to contact all of the members of a group at once.

|, + 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