BUG 0000 Forgot Password (2nd commit)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm name="login" version="1.0" basedir="" xmlform_type="NORMAL" width="400px">
|
||||
<dynaForm name="login" version="1.0" basedir="" xmlform_type="NORMAL" width="400px" enabletemplate="1">
|
||||
<TITLE type="title">
|
||||
<en>Login</en>
|
||||
</TITLE>
|
||||
@@ -19,11 +19,17 @@
|
||||
<en>Login</en>
|
||||
</BSUBMIT>
|
||||
|
||||
<FORGOT_PASWORD_LINK type="link" value="I forgot my password" link="forgotPassword" onclick="" colAlign="right" colWidth="135"/>
|
||||
<FORGOT_PASWORD_LINK type="link" link="forgotPassword" onclick="" colAlign="right" colWidth="135">
|
||||
<en>Forgot Password</en>
|
||||
</FORGOT_PASWORD_LINK>
|
||||
|
||||
|
||||
|
||||
<JS type="javascript"><![CDATA[
|
||||
// enable/disable forgot password link
|
||||
if(flagForgotPassword != 'on' )
|
||||
hideRowById('FORGOT_PASWORD_LINK');
|
||||
|
||||
var panel;
|
||||
|
||||
function processHbInfo(){
|
||||
@@ -127,11 +133,6 @@ try{
|
||||
}
|
||||
catch(e){}
|
||||
|
||||
// enable/disable forgot password link
|
||||
if(flagForgotPassword == 0 )
|
||||
hideRowById('FORGOT_PASWORD_LINK');
|
||||
|
||||
|
||||
]]></JS>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user