[Rt-commit] rt branch, 4.0/fix-classes-page-menu, created. rt-4.0.0rc6-39-g349db57

Thomas Sibley trs at bestpractical.com
Mon Mar 14 09:50:10 EDT 2011


The branch, 4.0/fix-classes-page-menu has been created
        at  349db575d2dac5b8cf32b8a6de661774f4960da0 (commit)

- Log -----------------------------------------------------------------
commit 349db575d2dac5b8cf32b8a6de661774f4960da0
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Mar 14 09:50:06 2011 -0400

    We're dealing with Classes here, not Articles

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index fb59248..88d8160 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -351,7 +351,7 @@ my $build_admin_menu = sub {
             my $obj = RT::CustomField->new( $session{'CurrentUser'} );
             $obj->Load($id);
 
-            my $section = $tabs->child( select => title => loc("Articles"), path => "/Admin/Articles/Classes/" );
+            my $section = $tabs->child( select => title => loc("Classes"), path => "/Admin/Articles/Classes/" );
             $section->child( select => title => loc('Select'), path => "/Admin/Articles/Classes/" );
             $section->child( create => title => loc('Create'), path => "/Admin/Articles/Classes/Modify.html?Create=1" );
 

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


More information about the Rt-commit mailing list