fix statistics report TitleBox, #13546
[freeside.git] / rt / share / html / RTx / Statistics / OpenStalled / index.html
index d0cd9f1..31ef646 100755 (executable)
@@ -15,7 +15,7 @@ viewed once (Open) and how many have had their status changed to stalled.</p>
 
 
 %my $title = "New, Open and Stalled Tickets in " . join(', ', @queues);
-<& /Elements/TitleBoxStart, title => $title, title_href => "/RTx/Statistics/OpenStalled/index.html?$QueryString"&>
+<& /Elements/TitleBoxStart, title => $title, title_href => $RT::WebPath."/RTx/Statistics/OpenStalled/index.html?$QueryString"&>
 <TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH="100%">
 % if ($ShowHeader) {
 <& /RTx/Statistics/Elements/CollectionAsTable/Header, 
@@ -65,11 +65,6 @@ viewed once (Open) and how many have had their status changed to stalled.</p>
 </table>
 <& /Elements/TitleBoxEnd&>
 
-<hr>
-
-<BR />
-<BR />
-
 % use Data::Dumper;
 % Statistics::DebugLog("Dump of data array is " . Dumper(@data) . "\n");
 %  my $url = 'Elements/Chart?x_labels=';