Alignment on group rights admin page

The alignment on this page is a bit off. The attached patch fixes it up so that:

  1. Current rights are left aligned, so the checkboxes line up

  2. Columns use absolute widths so columns between the 3 types of groups are consistent

Phil Oester

diff -ru rt-3-0-1-orig/html/Admin/Elements/SelectRights rt-3-0-1/html/Admin/Elements/SelectRights
— rt-3-0-1-orig/html/Admin/Elements/SelectRights Tue Apr 15 11:54:14 2003
+++ rt-3-0-1/html/Admin/Elements/SelectRights Mon Apr 21 14:47:24 2003
@@ -24,7 +24,7 @@

- - + - + - +
+

<&|/l&>Current rights

% if ($ACLObj->Count() > 0) { (<&|/l&>Check box to revoke right)
diff -ru rt-3-0-1-orig/html/Admin/Global/GroupRights.html rt-3-0-1/html/Admin/Global/GroupRights.html --- rt-3-0-1-orig/html/Admin/Global/GroupRights.html Tue Apr 15 11:54:14 2003 +++ rt-3-0-1/html/Admin/Global/GroupRights.html Mon Apr 21 14:49:10 2003 @@ -36,8 +36,8 @@ % $Groups = RT::Groups->new($session{'CurrentUser'}); % $Groups->LimitToSystemInternalGroups(); % while (my $Group = $Groups->Next()) { -
+
<% loc($Group->Type) %> @@ -52,8 +52,8 @@ % $Groups = RT::Groups->new($session{'CurrentUser'}); % $Groups->LimitToRolesForSystem(); % while (my $Group = $Groups->Next()) { -
+
<% loc($Group->Type) %> @@ -68,8 +68,8 @@ % $Groups = RT::Groups->new($session{'CurrentUser'}); % $Groups->LimitToUserDefinedGroups(); % while (my $Group = $Groups->Next()) { -
+
<% $Group->Name %>