summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authormark <mark>2011-08-03 22:32:50 +0000
committermark <mark>2011-08-03 22:32:50 +0000
commitfaef4c382220dcda940e41b575aecee358d1e0c8 (patch)
treeb9b5c5bbfac2b30b440c2cbb626a089f38e5184f /rt
parenta6015842c134b8b1c65dba12a0da7e3794efaee3 (diff)
fix statistics report TitleBox, #13546
Diffstat (limited to 'rt')
-rw-r--r--rt/share/html/Elements/TitleBox3
-rwxr-xr-xrt/share/html/RTx/Statistics/CallsMultiQueue/index.html2
-rwxr-xr-xrt/share/html/RTx/Statistics/CallsQueueDay/index.html2
-rwxr-xr-xrt/share/html/RTx/Statistics/DayOfWeek/index.html2
-rwxr-xr-xrt/share/html/RTx/Statistics/OpenStalled/index.html2
-rw-r--r--rt/share/html/RTx/Statistics/Resolution/index.html6
6 files changed, 10 insertions, 7 deletions
diff --git a/rt/share/html/Elements/TitleBox b/rt/share/html/Elements/TitleBox
index bdc5a7a..eb8da2a 100644
--- a/rt/share/html/Elements/TitleBox
+++ b/rt/share/html/Elements/TitleBox
@@ -45,7 +45,8 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+<&| /Widgets/TitleBox, %ARGS &><% $m->content |n%></&>
<%init>
# For compatibility with 3.4
-$m->comp('/Widgets/TitleBox', %ARGS );
+# $m->comp('/Widgets/TitleBox', %ARGS ); Doesn't actually work
</%init>
diff --git a/rt/share/html/RTx/Statistics/CallsMultiQueue/index.html b/rt/share/html/RTx/Statistics/CallsMultiQueue/index.html
index 1b7a659..512d62d 100755
--- a/rt/share/html/RTx/Statistics/CallsMultiQueue/index.html
+++ b/rt/share/html/RTx/Statistics/CallsMultiQueue/index.html
@@ -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,
diff --git a/rt/share/html/RTx/Statistics/CallsQueueDay/index.html b/rt/share/html/RTx/Statistics/CallsQueueDay/index.html
index 5a4fe52..701a9ab 100755
--- a/rt/share/html/RTx/Statistics/CallsQueueDay/index.html
+++ b/rt/share/html/RTx/Statistics/CallsQueueDay/index.html
@@ -16,7 +16,7 @@ for a spreadsheet, use this <a href="<%$RT::WebPath%>/RTx/Statistics/CallsQueueD
% Statistics::FormatDate($Statistics::PerDayDateFormat, $dates[$#dates-1]);
<&|/Elements/TitleBox,
title => $title,
- title_href => "/RTx/Statistics/CallsQueueDay/index.html?$QueryString" &>
+ title_href => $RT::WebPath."/RTx/Statistics/CallsQueueDay/index.html?$QueryString" &>
<TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH=100%>
% if ($ShowHeader) {
<& /RTx/Statistics/Elements/CollectionAsTable/Header,
diff --git a/rt/share/html/RTx/Statistics/DayOfWeek/index.html b/rt/share/html/RTx/Statistics/DayOfWeek/index.html
index 6353abb..6003850 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" &>
<TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH=100%>
% if ($ShowHeader) {
<& /RTx/Statistics/Elements/CollectionAsTable/Header,
diff --git a/rt/share/html/RTx/Statistics/OpenStalled/index.html b/rt/share/html/RTx/Statistics/OpenStalled/index.html
index 4a1badb..31ef646 100755
--- a/rt/share/html/RTx/Statistics/OpenStalled/index.html
+++ b/rt/share/html/RTx/Statistics/OpenStalled/index.html
@@ -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,
diff --git a/rt/share/html/RTx/Statistics/Resolution/index.html b/rt/share/html/RTx/Statistics/Resolution/index.html
index 838d273..3f96919 100644
--- a/rt/share/html/RTx/Statistics/Resolution/index.html
+++ b/rt/share/html/RTx/Statistics/Resolution/index.html
@@ -15,7 +15,7 @@ resolve.</p>
% Statistics::FormatDate($Statistics::PerDayDateFormat, $dates[$#dates-1]);
<&|/Elements/TitleBox,
title => $title,
- title_href => "/RTx/Statistics/Resolution/index.html?$QueryString" &>
+ title_href => $RT::WebPath ."/RTx/Statistics/Resolution/index.html?$QueryString" &>
<TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH=100%>
% if ($ShowHeader) {
<& /RTx/Statistics/Elements/CollectionAsTable/Header,
@@ -106,6 +106,8 @@ for(0..$diff-1) {
</form>
+<% Statistics::DebugInit($m) |n %>
+
<%ARGS>
$max => $Statistics::TimeToResolveMaxRows
$Queue => undef
@@ -247,7 +249,7 @@ $QueueObj->Load($Queue);
# the arrays, so that they end up in start to finish order.
$eEpoch += $Statistics::secsPerDay;
$n = 0;
-until ($#dates == $diff ) {
+until ($#dates == $diff ) {
my $date = new RT::Date($session{CurrentUser});
$date->Set(Value=>$endRange - $n, Format => 'unix');
# Note: we used to adjust the time to local midnight, but