[Rt-commit] rt branch, 4.0/restore-queue-history-link, created. rt-4.0.8-219-g11024f4
Kevin Falcone
falcone at bestpractical.com
Sun Dec 9 08:51:49 EST 2012
The branch, 4.0/restore-queue-history-link has been created
at 11024f4115175e8fc9f6a92e589e28b5d45e83e0 (commit)
- Log -----------------------------------------------------------------
commit 11024f4115175e8fc9f6a92e589e28b5d45e83e0
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Sun Dec 9 05:50:57 2012 -0800
Restore the link to Queues/History.html
This appears to have been dropped during the creation of Elements/Tabs
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index bdf89fe..924437a 100644
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -290,7 +290,7 @@ my $build_admin_menu = sub {
$queue->child( 'group-rights' => title => loc('Group Rights'), path => "/Admin/Queues/GroupRights.html?id=".$id );
$queue->child( 'user-rights' => title => loc('User Rights'), path => "/Admin/Queues/UserRights.html?id=" . $id );
-
+ $queue->child( 'history' => title => loc('History'), path => "/Admin/Queues/History.html?id=" . $id );
$m->callback( CallbackName => 'PrivilegedQueue', queue_id => $id, page_menu => $queue);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list