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/Ticket/ModifyCustomers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/share/html/Ticket/ModifyCustomers.html') 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 @@
-<& /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') &>
-- cgit v1.2.1