very basic help docs for manage groups in group
This commit is contained in:
parent
87616b1bb0
commit
cce6dc6e0a
3 changed files with 16 additions and 1 deletions
|
|
@ -450,6 +450,14 @@ our $HELP = {
|
|||
related => [
|
||||
]
|
||||
},
|
||||
'manage groups in group' => {
|
||||
title => '813',
|
||||
body => 'manage groups in group body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
'users manage' => {
|
||||
title => '658',
|
||||
body => '613',
|
||||
|
|
|
|||
|
|
@ -640,7 +640,7 @@ sub www_manageGroupsInGroup {
|
|||
my $output = $f->print;
|
||||
$output .= '<p />';
|
||||
$output .= walkGroups($session, $session->form->process("gid"));
|
||||
return _submenu($session,$output,'813');
|
||||
return _submenu($session,$output,'813', 'manage groups in group');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -3159,6 +3159,13 @@ that Asset and all Assets below it.</p>
|
|||
lastUpdated => 1132359408
|
||||
},
|
||||
|
||||
'manage groups in group body' => {
|
||||
message => q|<p>In this form, you will add or remove groups to this group. Doing this with several groups can create a hierarchy of groups (think about a tree structure) with parent groups and children groups. The privileges of parent groups flow down to children groups.</p>
|
||||
<p>WebGUI will prevent you from creating circular structures that could cause it to go into an infinite loop while recursing down through groups.</p>
|
||||
|,
|
||||
lastUpdated => 1151622488
|
||||
},
|
||||
|
||||
'1009' => {
|
||||
message => q|HTML|,
|
||||
lastUpdated => 1060433286
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue