diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-09-04 08:30:35 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-04 08:30:35 -0400 |
commit | 8ca45ec1f1ab960ee1e262ee764f05d214728d05 (patch) | |
tree | 38bb540c1140d39395a342722929ad0afca67420 /httemplate/elements/contact.html | |
parent | 5e2b0a5efb81642e86f7704a528767c2ea2961ca (diff) |
RT# 75817 - Added password change link to cust main page
Diffstat (limited to 'httemplate/elements/contact.html')
-rw-r--r-- | httemplate/elements/contact.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 7b6c853d4..5588890c8 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -76,12 +76,10 @@ placeholder = "<% $value |h %>" > % my $contactnum = $curr_value ? $curr_value : '0'; - <& '/elements/validate_password.html', - 'fieldid' => "changepw".$id."_password", - 'svcnum' => '', - 'contactnum' => $contactnum, - 'submitid' => "submit", - &> + + <SCRIPT> + add_password_validation('<% "changepw".$id."_password" %>', 'submit', '', '<% $contactnum %>'); + </SCRIPT> <SCRIPT TYPE="text/javascript"> var selfService = document.getElementById("<%$id%>_selfservice_access").value; |