[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-881-g0f111a8
Shawn Moore
sartak at bestpractical.com
Tue Dec 14 15:43:59 EST 2010
The branch, 3.9-trunk has been updated
via 0f111a8130993908f6629b943d248bd3eba5c585 (commit)
from e10475608d4d47e4e51fff6781c500c809148517 (commit)
Summary of changes:
share/html/Elements/Tabs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0f111a8130993908f6629b943d248bd3eba5c585
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Dec 14 15:43:40 2010 -0500
Remove a stray reference to Watching Queues
Must've snuck in on a merge
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index f4e3957..090e5f8 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -113,7 +113,6 @@ if ( $request_path !~ m{^/SelfService/} ) {
$tools->child( offline => title => loc('Offline'), path => '/Tools/Offline.html', sort_order => 10,
description => loc('Create tickets offline') );
- $tools->child( watching => title => loc('Watching Queues'), path => '/Tools/Watching.html', sort_order => 15 );
if ( $session{'CurrentUser'}->HasRight( Right => 'ShowApprovalsTab', Object => $RT::System ) )
{
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list