From faef4c382220dcda940e41b575aecee358d1e0c8 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 3 Aug 2011 22:32:50 +0000 Subject: fix statistics report TitleBox, #13546 --- rt/share/html/RTx/Statistics/DayOfWeek/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/html/RTx/Statistics/DayOfWeek') diff --git a/rt/share/html/RTx/Statistics/DayOfWeek/index.html b/rt/share/html/RTx/Statistics/DayOfWeek/index.html index 6353abbdb..60038505f 100755 --- a/rt/share/html/RTx/Statistics/DayOfWeek/index.html +++ b/rt/share/html/RTx/Statistics/DayOfWeek/index.html @@ -12,7 +12,7 @@ selected queue for each day. It also hows how many of those created tickets were %my $title = "Ticket counts by day of week in " . $QueueObj->Name(); <&|/Elements/TitleBox, title => $title, - title_href => "/RTx/Statistics/DayOfWeek/index.html?$QueryString" &> + title_href => $RT::WebPath."/RTx/Statistics/DayOfWeek/index.html?$QueryString" &> % if ($ShowHeader) { <& /RTx/Statistics/Elements/CollectionAsTable/Header, -- cgit v1.2.1