From 7b081112d1036437511db1227055eb1f82ebbb31 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Sun, 31 Mar 2019 12:47:29 -0400 Subject: RT# 81692 Update use of deprecated widgets in RT --- rt/share/html/RTx/Statistics/CallsMultiQueue/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/share/html/RTx/Statistics/CallsMultiQueue/index.html') diff --git a/rt/share/html/RTx/Statistics/CallsMultiQueue/index.html b/rt/share/html/RTx/Statistics/CallsMultiQueue/index.html index 512d62d26..17eeb5e1d 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 => $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, @@ -97,7 +97,7 @@ The line chart below shows the same information in a graphical form. <& /RTx/Statistics/Elements/CollectionAsTable/Row, Format => \@RowFormat, i => $line, record => $record, maxitems => $maxitems &> % }
-<& /Elements/TitleBoxEnd&> +<& /Widgets/TitleBoxEnd&>