diff --git a/views/bootstrap/class.ChangePassword.php b/views/bootstrap/class.ChangePassword.php index 158f8e462..16fb77807 100644 --- a/views/bootstrap/class.ChangePassword.php +++ b/views/bootstrap/class.ChangePassword.php @@ -61,17 +61,13 @@ document.form1.newpassword.focus(); $this->contentContainerStart(); $this->formField( getMLText("password"), - '' + '' ); if($passwordstrength > 0) { -?> -
- -
-
-
-
-formField( + getMLText("password_strength"), + '
' + ); } $this->formField( getMLText("confirm_pwd"), diff --git a/views/bootstrap/class.ForcePasswordChange.php b/views/bootstrap/class.ForcePasswordChange.php index c1bf33a31..21fa72f76 100644 --- a/views/bootstrap/class.ForcePasswordChange.php +++ b/views/bootstrap/class.ForcePasswordChange.php @@ -93,12 +93,12 @@ $(document).ready( function() { ); $this->formField( getMLText("new_password"), - '' + '' ); if($passwordstrength) { $this->formField( getMLText("password_strength"), - '
' + '
' ); } $this->formField(