& /Admin/Elements/Header, Title => loc('Modify user rights for group [_1]', $GroupObj->Name) &> <& /Admin/Elements/GroupTabs, GroupObj => $GroupObj &> <& /Elements/ListActions, actions => \@results &>
<%INIT> #Update the acls. my @results = ProcessACLChanges(\%ARGS); # {{{ Deal with setting up the display of current rights. #Define vars used in html above if (!defined $id) { Abort(loc("No Group defined")); } my $GroupObj = RT::Group->new($session{'CurrentUser'}); $GroupObj->Load($id) || Abort(loc("Couldn't load group [_1]",$id)); # Find out which users we want to display ACL selects for my $Privileged = RT::Group->new($session{'CurrentUser'}); $Privileged->LoadSystemInternalGroup('Privileged'); my $Users = $Privileged->MembersObj(); # }}} %INIT> <%ARGS> $id => undef $UserString => undef $UserOp => undef $UserField => undef %ARGS>