BUG 7087 solucionado.

This commit is contained in:
Alvaro Campos
2011-10-19 09:33:47 -04:00
parent a7e4126f95
commit ecdeb0b133
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
<td class='FormButton' colspan="2" align="">{$form.BSUBMIT}</td> <td class='FormButton' colspan="2" align="">{$form.BSUBMIT}</td>
</tr> </tr>
<tr> <tr>
<td class='FormLabel' colspan="2" align="right" style="display: none;">{$form.FORGOT_PASWORD_LINK}</td> <td class='FormLabel' colspan="2" align="right">{$form.FORGOT_PASWORD_LINK}</td>
</tr> </tr>
</table> </table>
</td> </td>

View File

@@ -26,6 +26,7 @@
<JS type="javascript"><![CDATA[ <JS type="javascript"><![CDATA[
hideRowById('FORGOT_PASWORD_LINK');
// enable/disable forgot password link // enable/disable forgot password link
if(flagForgotPassword != 'on' ) if(flagForgotPassword != 'on' )
hideRowById('FORGOT_PASWORD_LINK'); hideRowById('FORGOT_PASWORD_LINK');