diff --git a/plugins/box/users/views/frontend/registration.view.php b/plugins/box/users/views/frontend/registration.view.php index f6f6a16..a1f82c4 100644 --- a/plugins/box/users/views/frontend/registration.view.php +++ b/plugins/box/users/views/frontend/registration.view.php @@ -1,30 +1,45 @@


-
- +
+
+ + - -'.$errors['users_this_user_alredy_exists'].''; - if (isset($errors['users_empty_login'])) echo Html::nbsp(3).''.$errors['users_empty_login'].''; -?> - -'.$errors['users_empty_password'].''; -?> - -'.$errors['users_this_email_alredy_exists'].''; - if (isset($errors['users_empty_email'])) echo Html::nbsp(3).''.$errors['users_empty_email'].''; - if (isset($errors['users_invalid_email'])) echo Html::nbsp(3).''.$errors['users_invalid_email'].''; -?> - - -'.$errors['users_captcha_wrong'].''; ?> - - - -
- +
+ + + '.$errors['users_this_user_alredy_exists'].''; + if (isset($errors['users_empty_login'])) echo Html::nbsp(3).''.$errors['users_empty_login'].''; + ?> +
+
+ + + '.$errors['users_empty_password'].''; + ?> +
+
+ + + '.$errors['users_this_email_alredy_exists'].''; + if (isset($errors['users_empty_email'])) echo Html::nbsp(3).''.$errors['users_empty_email'].''; + if (isset($errors['users_invalid_email'])) echo Html::nbsp(3).''.$errors['users_invalid_email'].''; + ?> +
+ +
+ + '.$errors['users_captcha_wrong'].''; ?> +
+ + +
+
+ +
+ +
+
\ No newline at end of file