From 3fe21584c75bae6799167045f7e5ae4cc09d03e5 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sat, 9 Dec 2023 11:19:14 +0530 Subject: [PATCH 1/4] refactor: update footer social media icons --- templates/_partials/footer.tpl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/_partials/footer.tpl b/templates/_partials/footer.tpl index 030b58c..7a9595c 100644 --- a/templates/_partials/footer.tpl +++ b/templates/_partials/footer.tpl @@ -40,20 +40,8 @@ {/block}
- - - - - - - - - - - - - + From d93203e68a2868babcb02dce67ad5fa97a7a4074 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sat, 9 Dec 2023 11:19:52 +0530 Subject: [PATCH 2/4] refactor: add spacing between form fields for customer and login form --- templates/customer/_partials/customer-form.tpl | 2 +- templates/customer/_partials/login-form.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/customer/_partials/customer-form.tpl b/templates/customer/_partials/customer-form.tpl index f0100e1..93fd90a 100644 --- a/templates/customer/_partials/customer-form.tpl +++ b/templates/customer/_partials/customer-form.tpl @@ -28,7 +28,7 @@ {/block}
-
+
{block "form_fields"} {foreach from=$formFields item="field"} {block "form_field"} diff --git a/templates/customer/_partials/login-form.tpl b/templates/customer/_partials/login-form.tpl index 590af4b..255b1d8 100644 --- a/templates/customer/_partials/login-form.tpl +++ b/templates/customer/_partials/login-form.tpl @@ -29,7 +29,7 @@ {/block}
-
+
{block name='login_form_fields'} {foreach from=$formFields item="field"} {block name='form_field'} From 6ca1e490f8849d11700a22ee9e2d63a53dae0545 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sat, 9 Dec 2023 11:20:18 +0530 Subject: [PATCH 3/4] refactor: update page header styles --- templates/page.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/page.tpl b/templates/page.tpl index 0438a39..f9f9818 100644 --- a/templates/page.tpl +++ b/templates/page.tpl @@ -30,8 +30,8 @@ {block name='page_header_container'} {block name='page_title' hide} -

{$smarty.block.child}

+ {/block} {/block} From 55a6da8492d2a83c6f7243b79b87abf7f2974d6a Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sat, 9 Dec 2023 11:21:01 +0530 Subject: [PATCH 4/4] fix: radio buttons on forms are now aligned to the left --- templates/_partials/form-fields.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_partials/form-fields.tpl b/templates/_partials/form-fields.tpl index acaf6ee..781646a 100644 --- a/templates/_partials/form-fields.tpl +++ b/templates/_partials/form-fields.tpl @@ -36,7 +36,7 @@ {$field.label} {/if} -
+
{if $field.type === 'select'}