diff --git a/web_login_styles/__manifest__.py b/web_login_styles/__manifest__.py index 1b7f01b9f..a687f645f 100644 --- a/web_login_styles/__manifest__.py +++ b/web_login_styles/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################### { 'name': 'Customize Login Page Style', - 'version': '17.0.1.0.0', + 'version': '17.0.2.0.0', 'category': 'Extra Tools', 'summary': 'Customize The Login Page With Different Styles', 'description': 'The Module helps to customize login page with different ' diff --git a/web_login_styles/doc/RELEASE_NOTES.md b/web_login_styles/doc/RELEASE_NOTES.md index 92aa6389e..edb1c6402 100644 --- a/web_login_styles/doc/RELEASE_NOTES.md +++ b/web_login_styles/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 17.0.1.0.0 #### ADD - Initial Commit for Customize Login Page Style. + +#### 08.01.2024 +#### Version 17.0.2.0.0 +#### ADD +- Fix background image repetition issue when resizing the screen. diff --git a/web_login_styles/views/webclient_templates_left.xml b/web_login_styles/views/webclient_templates_left.xml index d64f625cb..7f1c878a1 100644 --- a/web_login_styles/views/webclient_templates_left.xml +++ b/web_login_styles/views/webclient_templates_left.xml @@ -8,7 +8,12 @@
+ t-attf-style="background-image: url('#{bg_img}'); background-color: #{color}; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 100%;"> +
-
+
diff --git a/web_login_styles/views/webclient_templates_right.xml b/web_login_styles/views/webclient_templates_right.xml index 618cd618f..bc909e1e0 100644 --- a/web_login_styles/views/webclient_templates_right.xml +++ b/web_login_styles/views/webclient_templates_right.xml @@ -8,7 +8,11 @@
+ t-attf-style="background-image: url('#{bg_img}'); background-color: #{color}; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + height: 100%;">