[Rt-commit] rt branch, 4.0/theme-menu-placement, created. rt-4.0.0rc6-23-gd63ba03
Kevin Falcone
falcone at bestpractical.com
Thu Mar 10 13:25:45 EST 2011
The branch, 4.0/theme-menu-placement has been created
at d63ba037043ef1ff28074216325d1293a3097f41 (commit)
- Log -----------------------------------------------------------------
commit d63ba037043ef1ff28074216325d1293a3097f41
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Mar 10 13:23:55 2011 -0500
I believe the Theme editor is a tool, not a global config
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 2cdc53e..b4f7e6e 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -194,8 +194,6 @@ my $build_admin_menu = sub {
description => loc('Modify global user rights') );
$admin_global->child( 'my-rt' => title => loc('RT at a glance'), path => '/Admin/Global/MyRT.html',
description => loc('Modify the default "RT at a glance" view') );
- $admin_global->child( theme => title => loc('Theme'), path => '/Admin/Global/Theme.html',
- description => loc('Customize the look of your RT') );
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',
@@ -207,6 +205,9 @@ 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/Global/Theme.html',
+ description => loc('Customize the look of your RT') );
+
if ( $request_path =~ m{^/Admin/(Queues|Users|Groups|CustomFields)} ) {
my $type = $1;
my $tabs = PageMenu();
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list