diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 3972680ec..5bb94101e 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -104,6 +104,38 @@ our $HELP = { } ] }, + 'grouping edit' => { + title => 'grouping edit title', + body => 'grouping edit body', + fields => [ + { + title => '50', + description => '50 description groupings', + namespace => 'WebGUI', + }, + { + title => '84', + description => '84 description', + namespace => 'WebGUI', + }, + { + title => '369', + description => '369 description', + namespace => 'WebGUI', + }, + { + title => '977', + description => '977 description', + namespace => 'WebGUI', + }, + ], + related => [ + { + tag => 'groups default', + namespace => 'WebGUI' + } + ], + }, 'group add/edit' => { title => '667', body => '622', diff --git a/lib/WebGUI/Operation/Group.pm b/lib/WebGUI/Operation/Group.pm index f816ffdc2..b32bf554c 100644 --- a/lib/WebGUI/Operation/Group.pm +++ b/lib/WebGUI/Operation/Group.pm @@ -426,7 +426,7 @@ sub www_editGrouping { -value=>WebGUI::Grouping::userGroupAdmin($session{form}{uid},$session{form}{gid}) ); $f->submit; - return _submenu($f->print,'370'); + return _submenu($f->print,'370','grouping edit'); } #------------------------------------------------------------------- diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 04c1efc59..6d1b57957 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -594,6 +594,40 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi lastUpdated => 1031514049 }, + 'grouping edit title' => { + message => q|Grouping, Edit|, + lastUpdated => 1122079302 + }, + + 'grouping edit body' => { + message => q|You can set how long a user is in a group, or assign them to be a group + admin.|, + lastUpdated => 1122079302 + }, + + '50 description' => { + message => q|The name of the user.|, + lastUpdated => 1122088999, + }, + + '84 description groupings' => { + message => q|The name of the group.|, + lastUpdated => 1122088999, + }, + + '369 description' => { + message => q|When the user's membership in the group expires.|, + lastUpdated => 1122088999, + }, + + '977 description' => { + message => q|Set this to yes to make this user a secondary admin. Secondary admins have the ability +to add or remove user from their groups. + |, + lastUpdated => 1122088999, + }, + + '309' => { message => q|Allow real name?|, lastUpdated => 1031514049 @@ -1692,6 +1726,7 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi message => q|Clipboard, Manage|, lastUpdated => 1052850265 }, + '84 description' => { message => q|A name for the group. It is best if the name is descriptive so you know what it is at a glance.

|,