summaryrefslogtreecommitdiff
path: root/httemplate/elements/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/contact.html')
-rw-r--r--httemplate/elements/contact.html10
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;