<& /Admin/Elements/Header, Title => loc('Modify System ACLS') &> <& /Admin/Elements/SystemTabs &> <& /Elements/ListActions, actions => \@results &>

<&|/l&>Modify global rights for groups

% while (my $GroupObj = $Groups->Next()) { % }
<&|/l&>Groups
<% $GroupObj->Name %> <& /Admin/Elements/SelectRights, PrincipalObj => $GroupObj, PrincipalType => 'Group', Scope => 'System' &>
<& /Elements/Submit, Caption => loc("Be sure to save your changes"), Reset => 1 &>
<%INIT> #Update the acls. my @results = ProcessACLChanges(\@CheckACL, \%ARGS); # {{{ do basic initialization. # Find out which groups we want to display ACL selects for. my $Groups = new RT::Groups($session{'CurrentUser'}); $Groups->UnLimit; # }}} <%ARGS> @CheckACL => undef