[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.0-202-g1fb602b

Thomas Sibley trs at bestpractical.com
Mon May 9 14:27:41 EDT 2011


The branch, 4.0-trunk has been updated
       via  1fb602b9e95bf1894a551a5b3c05134314210fea (commit)
      from  41bdfba7242dab914c202430ca602a59b96440d9 (commit)

Summary of changes:
 share/html/Elements/Tabs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 1fb602b9e95bf1894a551a5b3c05134314210fea
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon May 9 13:56:43 2011 -0400

    Add Topics back to the global configuration menu
    
    It was mistakenly dropped by b38d6ac4754517eedf50dfb248f7d90cfa03682a.

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 6cce799..d6c4388 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -194,6 +194,8 @@ 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( 'topics' => title => loc('Topics'), path => '/Admin/Global/Topics.html',
+                              description => loc('Modify global article topics') );
 
         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',

-----------------------------------------------------------------------


More information about the Rt-commit mailing list