diff --git a/plugins/box/users/views/frontend/password_reset.view.php b/plugins/box/users/views/frontend/password_reset.view.php index dad41e7..d487db1 100644 --- a/plugins/box/users/views/frontend/password_reset.view.php +++ b/plugins/box/users/views/frontend/password_reset.view.php @@ -4,22 +4,33 @@ -
- +
+
+ - -'.$errors['users_user_doesnt_exists'].''; - if (isset($errors['users_empty_field'])) echo Html::nbsp(3).''.$errors['users_empty_field'].''; -?> + - - -'.$errors['users_captcha_wrong'].''; ?> - - +
+ + + '.$errors['users_user_doesnt_exists'].''; + if (isset($errors['users_empty_field'])) echo Html::nbsp(3).''.$errors['users_empty_field'].''; + ?> +
-
- + +
+ + '.$errors['users_captcha_wrong'].''; ?> +
+ +
+ + +
+ +
+ +
+
\ No newline at end of file