fix statistics report TitleBox, #13546
[freeside.git] / rt / share / html / RTx / Statistics / CallsMultiQueue / index.html
index abf8aa7..512d62d 100755 (executable)
@@ -21,7 +21,7 @@ The line chart below shows the same information in a graphical form.
 %        Statistics::FormatDate($Statistics::PerDayDateFormat, $dates[0]) . " through " .
 %        Statistics::FormatDate($Statistics::PerDayDateFormat, $dates[$#dates-1]);
 
-<& /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, 
@@ -99,11 +99,6 @@ The line chart below shows the same information in a graphical form.
 </table>
 <& /Elements/TitleBoxEnd&>
 
-<hr>
-
-<BR />
-<BR />
-
 <!--    <td>Show:</td>
     <td COLSPAN=2><SELECT NAME="status">
 % for (qw(resolved new deleted stalled rejected open)) {