X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FRTx%2FStatistics%2FResolution%2Findex.html;h=3f96919ec0638b533021f1f4025f676ec3e6c9ff;hb=faef4c382220dcda940e41b575aecee358d1e0c8;hp=d9885b093159ac4e28e1b7f3d2de5b6490f16730;hpb=8304b6b00f1be8d09c714b854e17960d225e0928;p=freeside.git diff --git a/rt/share/html/RTx/Statistics/Resolution/index.html b/rt/share/html/RTx/Statistics/Resolution/index.html index d9885b093..3f96919ec 100644 --- a/rt/share/html/RTx/Statistics/Resolution/index.html +++ b/rt/share/html/RTx/Statistics/Resolution/index.html @@ -15,7 +15,7 @@ resolve.

% 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" &> % if ($ShowHeader) { <& /RTx/Statistics/Elements/CollectionAsTable/Header, @@ -72,11 +72,6 @@ resolve.

-
- -
-
- <%perl> # Create the graph URL @@ -111,6 +106,8 @@ for(0..$diff-1) { +<% Statistics::DebugInit($m) |n %> + <%ARGS> $max => $Statistics::TimeToResolveMaxRows $Queue => undef @@ -252,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