[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-309-g7b84cd2
Jesse Vincent
jesse at bestpractical.com
Wed Mar 31 14:07:53 EDT 2010
The branch, 3.8-trunk has been updated
via 7b84cd29b14666b0984bde2e64b693547af64ea6 (commit)
from f7b88be2cd27f5a4e789b95c0a884030eddb3708 (commit)
Summary of changes:
share/html/Admin/Tools/Configuration.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 7b84cd29b14666b0984bde2e64b693547af64ea6
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Mar 31 14:07:26 2010 -0400
reformatting of the "tools" ui.
diff --git a/share/html/Admin/Tools/Configuration.html b/share/html/Admin/Tools/Configuration.html
index 231eba8..22c846a 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -58,9 +58,6 @@ unless ($session{'CurrentUser'}->HasRight( Object=> $RT::System, Right => 'Super
current_subtab => 'Admin/Tools/Configuration.html',
Title => $title &>
-<table>
- <tr>
- <td valign="top" width="60%" class="boxcontainer">
<&|/Widgets/TitleBox, title => loc("RT Configuration") &>
<table border="0" cellspacing="0" cellpadding="5" width="100%" class="collection">
<tr class="collection-as-table">
@@ -116,8 +113,9 @@ foreach my $key ( RT->Config->Options( Overridable => undef, Sorted => 0 ) ) {
% }
</table>
</&>
-</td>
-<td valign="top" class="boxcontainer">
+<table width="100%">
+ <tr>
+ <td valign="top" width="60%" class="boxcontainer">
<&|/Widgets/TitleBox, title=> loc("RT core variables") &>
<table border="0" cellspacing="0" cellpadding="5" width="100%" class="collection">
<tr class="collection-as-table">
@@ -179,6 +177,8 @@ for my $type (qw/Tickets Queues Transactions Groups PrivilegedUsers Unprivileged
% }
</table>
</&>
+</td>
+<td valign="top" class="boxcontainer">
<&|/Widgets/TitleBox, title => loc("Mason template search order") &>
<ol>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list