[Rt-commit] rt branch, 4.0/theme-menu-placement, updated. rt-4.0.0rc6-25-gb4b346f
Thomas Sibley
trs at bestpractical.com
Fri Mar 11 11:40:32 EST 2011
The branch, 4.0/theme-menu-placement has been updated
via b4b346f5748072789bde789b6f84b2a09456467a (commit)
from 9fc6058ac7afc43b37f73158b072550cf0cc627e (commit)
Summary of changes:
share/html/Elements/Tabs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit b4b346f5748072789bde789b6f84b2a09456467a
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Mar 11 11:40:29 2011 -0500
Move Theme to the second item in the Tools menu
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index f684c18..fb59248 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -198,6 +198,8 @@ my $build_admin_menu = sub {
my $admin_tools = $admin->child( tools => title => loc('Tools'), path => '/Admin/Tools/', description => loc('Use other RT administrative tools') );
$admin_tools->child( configuration => title => loc('System Configuration'), path => '/Admin/Tools/Configuration.html',
description => loc('Detailed information about your RT setup') );
+ $admin_tools->child( theme => title => loc('Theme'), path => '/Admin/Tools/Theme.html',
+ description => loc('Customize the look of your RT') );
if (RT->Config->Get('StatementLog')
&& $session{'CurrentUser'}->HasRight( Right => 'SuperUser', Object => RT->System )) {
$admin_tools->child( 'sql-queries' => title => loc('SQL Queries'), path => '/Admin/Tools/Queries.html',
@@ -205,8 +207,6 @@ my $build_admin_menu = sub {
}
$admin_tools->child( shredder => title => loc('Shredder'), path => '/Admin/Tools/Shredder',
description => loc('Permanently wipeout data from RT'));
- $admin_tools->child( theme => title => loc('Theme'), path => '/Admin/Tools/Theme.html',
- description => loc('Customize the look of your RT') );
if ( $request_path =~ m{^/Admin/(Queues|Users|Groups|CustomFields)} ) {
my $type = $1;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list