diff --git a/addons/default/visiosoft/base-theme/resources/css/forgot.css b/addons/default/visiosoft/base-theme/resources/css/forgot.css new file mode 100644 index 000000000..0e8bf74df --- /dev/null +++ b/addons/default/visiosoft/base-theme/resources/css/forgot.css @@ -0,0 +1,25 @@ +@media only screen and (min-width: 768px) { + .forgot-wrapper { + padding-top: 4em; + padding-bottom: 4em; + padding-left: 4.25em; + border: 1px solid #dee2e6!important; + } +} +@media only screen and (min-width: 768px) { + .forgot-form-wrapper { + width: 20em !important; + } +} +.forgot-img { + height: 11em; + width: 10em; +} +.forgot-wrapper label { + font-size: 14px; +} +@media only screen and (min-width: 768px) { + .forgot-form-wrapper button { + width: initial !important; + } +} \ No newline at end of file diff --git a/addons/default/visiosoft/base-theme/resources/images/forgot-password.png b/addons/default/visiosoft/base-theme/resources/images/forgot-password.png new file mode 100644 index 000000000..a68d244ee Binary files /dev/null and b/addons/default/visiosoft/base-theme/resources/images/forgot-password.png differ diff --git a/addons/default/visiosoft/base-theme/resources/lang/en/field.php b/addons/default/visiosoft/base-theme/resources/lang/en/field.php index 4e1fb6920..4ff406659 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/en/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/en/field.php @@ -30,4 +30,7 @@ return [ 'personal_registration_list_2' => 'Add the ads you are interested in, follow the price changes after adding them to your favorites, create favorite searches that meet your criteria,', 'personal_registration_list_3' => 'Send messages to the ad owners on the site.', 'register_information_note' => 'The information on this page is taken for ' . env('APPLICATION_DOMAIN') . ' membership. You can find detailed information about the protection of personal data here.', + + // Forgot Password + 'create_new_password' => 'Create New Password', ]; \ No newline at end of file diff --git a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/password/forgot.twig b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/password/forgot.twig index 32d4d28eb..b6735ed2e 100644 --- a/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/password/forgot.twig +++ b/addons/default/visiosoft/base-theme/resources/views/addons/anomaly/users-module/password/forgot.twig @@ -1,21 +1,27 @@ {% extends "theme::layouts/default" %} {% block content %} -
+
+