X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FQueues%2FHistory.html;h=dcb50489545dcc225768787ef77347ae508bb5e2;hp=e3a0e9c4aa56e01d0d739525b89940562ff0945f;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c diff --git a/rt/share/html/Admin/Queues/History.html b/rt/share/html/Admin/Queues/History.html index e3a0e9c4a..dcb504895 100644 --- a/rt/share/html/Admin/Queues/History.html +++ b/rt/share/html/Admin/Queues/History.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -46,20 +46,16 @@ %# %# END BPS TAGGED BLOCK }}} <& /Admin/Elements/Header, Title => $title &> -<& /Admin/Elements/QueueTabs, - id => $id, - QueueObj => $QueueObj, - current_subtab => $current_tab, - Title => $title &> +<& /Elements/Tabs &> -<& /Ticket/Elements/ShowHistory, - Ticket => $QueueObj, +<& /Elements/ShowHistory, + Object => $QueueObj, ShowDisplayModes => 0, + DisplayPath => 'History.html', &> <%INIT> -my $current_tab = 'Admin/Queues/History.html?id='.$id; -my $QueueObj = new RT::Queue($session{'CurrentUser'}); +my $QueueObj = RT::Queue->new($session{'CurrentUser'}); $QueueObj->Load($id) || Abort("Couldn't load queue '$id'"); my $title = loc("History of the queue [_1]", $QueueObj->Name);