& /Admin/Elements/Header, Title => loc('Modify global user rights.') &> <& /Admin/Elements/SystemTabs &> <& /Elements/ListActions, actions => \@results &>
<%INIT> #Update the acls. my @results = ProcessACLChanges(\%ARGS); # {{{ Deal with setting up the display of current rights. # 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> %ARGS>