From ded0451e9582df33cae6099a2fb72b4ea25076cf Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 13:30:43 +0000 Subject: reverting to vendor branch rt 3.0.4, hopefully --- rt/webrt/Admin/Global/GroupRights.html | 78 ---------------------------------- 1 file changed, 78 deletions(-) delete mode 100755 rt/webrt/Admin/Global/GroupRights.html (limited to 'rt/webrt/Admin/Global/GroupRights.html') diff --git a/rt/webrt/Admin/Global/GroupRights.html b/rt/webrt/Admin/Global/GroupRights.html deleted file mode 100755 index 26b7e1fe2..000000000 --- a/rt/webrt/Admin/Global/GroupRights.html +++ /dev/null @@ -1,78 +0,0 @@ -<& /Admin/Elements/Header, Title => 'Modify System ACLS' &> -<& /Admin/Elements/SystemTabs &> - -<& /Elements/ListActions, actions => \@results &> -
- - - -

Modify global rights for groups

- - - -% while (my $GroupObj = $PseudoGroups->Next()) { - - - - - - -% } - - - -% while (my $GroupObj = $Groups->Next()) { - - - - - - -% } - -
Pseudogroups
- <% $GroupObj->Name %> - - <& /Admin/Elements/SelectRights, PrincipalObj => $GroupObj, - PrincipalType => 'Group', - Scope => 'System' &> -
Groups
- <% $GroupObj->Name %> - - <& /Admin/Elements/SelectRights, PrincipalObj => $GroupObj, - PrincipalType => 'Group', - Scope => 'System' &> -
- <& /Elements/Submit, Caption => "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'}); - #TODO: limit this to non-pseudogroups - $Groups->LimitToReal(); - - - my $PseudoGroups = new RT::Groups($session{'CurrentUser'}); - #TODO: limit this to non-pseudogroups - $PseudoGroups->LimitToPseudo; - - # }}} - - - - - - -<%ARGS> -@CheckACL => undef - -- cgit v1.2.1