X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FRTx%2FStatistics%2FOpenStalled%2Findex.html;h=a59246c37384d4f846ef14354bc91e46444c40b8;hp=31ef646610d1c71e4430dba79895caa07015918f;hb=f00e8e20ff518289fb29275eb3ec51d7b6bc1e26;hpb=a9aa4d83ae52cfece965cd8f175a29394938f76a diff --git a/rt/share/html/RTx/Statistics/OpenStalled/index.html b/rt/share/html/RTx/Statistics/OpenStalled/index.html index 31ef64661..a59246c37 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.

%my $title = "New, Open and Stalled Tickets in " . join(', ', @queues); -<& /Elements/TitleBoxStart, title => $title, title_href => $RT::WebPath."/RTx/Statistics/OpenStalled/index.html?$QueryString"&> +<& /Widgets/TitleBoxStart, title => $title, title_href => $RT::WebPath."/RTx/Statistics/OpenStalled/index.html?$QueryString"&> % if ($ShowHeader) { <& /RTx/Statistics/Elements/CollectionAsTable/Header, @@ -63,7 +63,7 @@ viewed once (Open) and how many have had their status changed to stalled.

% $values{Statistics_Totals} = $totals{"Totals"}; <& /RTx/Statistics/Elements/CollectionAsTable/Row, Format => \@BoldRowFormat, i => $line+1, record => $record, maxitems => $maxitems &>
-<& /Elements/TitleBoxEnd&> +<& /Widgets/TitleBoxEnd&> % use Data::Dumper; % Statistics::DebugLog("Dump of data array is " . Dumper(@data) . "\n");