This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-04-15 14:02:16 -04:00
parent c1616f5ad9
commit 3a137027ee
5 changed files with 149 additions and 92 deletions

View File

@@ -14,6 +14,7 @@
</label>
{$form.USR_PASSWORD}
{$form.USR_PASSWORD_CONFIRM}
{$form.__USR_PASSWORD_CHANGE__}
</fieldset>
<fieldset>
<label class="panel-login">

View File

@@ -13,6 +13,7 @@
<USR_PASSWORD_CONFIRM type="password" size="30" maxlength="32">
<en><![CDATA[Re-Type Password]]></en>
</USR_PASSWORD_CONFIRM>
<__USR_PASSWORD_CHANGE__ type="hidden"/>
<btnSave type="button" onclick="verifyPassword();">
<en><![CDATA[Save]]></en>
</btnSave>