diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-03-31 12:47:29 -0400 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-03-31 12:47:29 -0400 |
commit | f00e8e20ff518289fb29275eb3ec51d7b6bc1e26 (patch) | |
tree | 80bfae6f608b01478f6096659223118da7a20678 /rt/share/html | |
parent | a9aa4d83ae52cfece965cd8f175a29394938f76a (diff) |
RT# 81692 Update use of deprecated widgets in RT
Diffstat (limited to 'rt/share/html')
-rwxr-xr-x | rt/share/html/RTx/Statistics/CallsMultiQueue/index.html | 4 | ||||
-rwxr-xr-x | rt/share/html/RTx/Statistics/OpenStalled/index.html | 4 | ||||
-rw-r--r-- | rt/share/html/Ticket/ModifyCustomers.html | 4 |
3 files changed, 6 insertions, 6 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"> 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.</p> %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"&> <TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH="100%"> % if ($ShowHeader) { <& /RTx/Statistics/Elements/CollectionAsTable/Header, @@ -63,7 +63,7 @@ viewed once (Open) and how many have had their status changed to stalled.</p> % $values{Statistics_Totals} = $totals{"Totals"}; <& /RTx/Statistics/Elements/CollectionAsTable/Row, Format => \@BoldRowFormat, i => $line+1, record => $record, maxitems => $maxitems &> </table> -<& /Elements/TitleBoxEnd&> +<& /Widgets/TitleBoxEnd&> % use Data::Dumper; % Statistics::DebugLog("Dump of data array is " . Dumper(@data) . "\n"); diff --git a/rt/share/html/Ticket/ModifyCustomers.html b/rt/share/html/Ticket/ModifyCustomers.html index 72d103b23..ac9739985 100644 --- a/rt/share/html/Ticket/ModifyCustomers.html +++ b/rt/share/html/Ticket/ModifyCustomers.html @@ -20,9 +20,9 @@ <form action="ModifyCustomers.html" method="post"> <input type="hidden" name="id" value="<%$Ticket->id%>"> -<& /Elements/TitleBoxStart, title => loc('Edit Customer Links'), color => "#7f007b"&> +<& /Widgets/TitleBoxStart, title => loc('Edit Customer Links'), color => "#7f007b"&> <& Elements/EditCustomers, Ticket => $Ticket, CustomerString => $CustomerString, ServiceString => $ServiceString &> -<& /Elements/TitleBoxEnd &> +<& /Widgets/TitleBoxEnd &> <& /Elements/Submit, color => "#7f007b", Label => loc('Save Changes') &> </form> |