summaryrefslogtreecommitdiff
path: root/rt/share/html/Ticket/ModifyCustomers.html
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-03-31 12:47:29 -0400
committerMitch Jackson <mitch@freeside.biz>2019-03-31 12:57:47 -0400
commit7b081112d1036437511db1227055eb1f82ebbb31 (patch)
tree8c4f6bebd29ea947782798d15f5c6b8a22b32ef7 /rt/share/html/Ticket/ModifyCustomers.html
parent52360059f2b525024d9c3e5cfd205004d00ad328 (diff)
RT# 81692 Update use of deprecated widgets in RT
Diffstat (limited to 'rt/share/html/Ticket/ModifyCustomers.html')
-rw-r--r--rt/share/html/Ticket/ModifyCustomers.html4
1 files changed, 2 insertions, 2 deletions
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>