diff options
Diffstat (limited to 'rt/share/html/RTx/Statistics/CallsMultiQueue/index.html')
-rwxr-xr-x | rt/share/html/RTx/Statistics/CallsMultiQueue/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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"&> <TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH="100%"> % 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 &> % } </table> -<& /Elements/TitleBoxEnd&> +<& /Widgets/TitleBoxEnd&> <!-- <td>Show:</td> <td COLSPAN=2><SELECT NAME="status"> |