[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-440-gb5c9161

Jesse Vincent jesse at bestpractical.com
Tue Nov 9 14:50:12 EST 2010


The branch, 3.9-trunk has been updated
       via  b5c9161403307b263e5e0f010017a138162ca8d0 (commit)
      from  f016c70c76eb90addf4c608236da0daf8253920b (commit)

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

- Log -----------------------------------------------------------------
commit b5c9161403307b263e5e0f010017a138162ca8d0
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Nov 9 19:49:07 2010 +0000

    rename the "actions" menu on a page

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 200ca88..e484ff5 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -310,7 +310,7 @@ if ( $request_path !~ qr{^/SelfService/} ) {
             my $obj = RT::Ticket->new( $session{'CurrentUser'} );
             $obj->Load($id);
 
-            my $actions = PageMenu()->child( transitions => title => loc('Actions'), sort_order  => 95 );
+            my $actions = PageMenu()->child( actions => title => loc('Actions'), sort_order  => 95 );
             my $tabs = PageMenu();
             $tabs->child( bookmark => title => $m->scomp( '/Ticket/Elements/Bookmark', id => $id ),
                       escape_title => 0,

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


More information about the Rt-commit mailing list