RT# 81692 Update use of deprecated widgets in RT
[freeside.git] / rt / share / html / Ticket / ModifyCustomers.html
index 72d103b..ac97399 100644 (file)
@@ -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>