From af61e4e8a150f0b28b54a50727e43dc66e9e6efc Mon Sep 17 00:00:00 2001 From: Sumit Panwar Date: Tue, 11 Jan 2022 19:48:41 +0530 Subject: [PATCH] Noexist Css htl-reservation-general.css and unused classes removed --- controllers/front/AuthController.php | 2 -- controllers/front/PasswordController.php | 1 - .../views/templates/front/payment_execution.tpl | 10 +++++----- .../cheque/views/templates/front/payment_execution.tpl | 2 +- themes/hotel-reservation-theme/authentication.tpl | 8 ++++---- .../views/templates/front/payment_execution.tpl | 8 ++++---- themes/hotel-reservation-theme/order-confirmation.tpl | 2 +- themes/hotel-reservation-theme/password.tpl | 8 ++++---- 8 files changed, 19 insertions(+), 22 deletions(-) diff --git a/controllers/front/AuthController.php b/controllers/front/AuthController.php index b1b374b2b..2ade580d2 100644 --- a/controllers/front/AuthController.php +++ b/controllers/front/AuthController.php @@ -64,8 +64,6 @@ public function setMedia() $this->addCSS(_THEME_CSS_DIR_.'authentication.css'); } - $this->addCSS(_THEME_CSS_DIR_.'htl-reservation-general.css');// webkul - $this->addJqueryPlugin('typewatch'); $this->addJS(array( _THEME_JS_DIR_.'tools/vatManagement.js', diff --git a/controllers/front/PasswordController.php b/controllers/front/PasswordController.php index c49dafcb8..317818c87 100644 --- a/controllers/front/PasswordController.php +++ b/controllers/front/PasswordController.php @@ -116,6 +116,5 @@ public function setMedia() if (count($this->errors)) { return; } - $this->addCSS(_THEME_CSS_DIR_.'htl-reservation-general.css');// by webkul } } diff --git a/modules/bankwire/views/templates/front/payment_execution.tpl b/modules/bankwire/views/templates/front/payment_execution.tpl index 0e6644cc5..88d9ad4a7 100644 --- a/modules/bankwire/views/templates/front/payment_execution.tpl +++ b/modules/bankwire/views/templates/front/payment_execution.tpl @@ -45,19 +45,19 @@

{l s='Bank-wire payment' mod='bankwire'}

-

+

{l s='You have chosen to pay by bank wire.' mod='bankwire'} {l s='Here is a short summary of your order:' mod='bankwire'}

-

+

- {l s='The total amount of your order is' mod='bankwire'} {displayPrice price=$total} {if $use_taxes == 1} {l s='(tax incl.)' mod='bankwire'} {/if}

-

+

- {if $currencies|@count > 1} {l s='We allow several currencies to be sent via bank wire.' mod='bankwire'} @@ -78,14 +78,14 @@ {/if}

-

+

- {l s='Bank wire account information will be displayed on the next page.' mod='bankwire'}
- {l s='Please confirm your order by clicking "I confirm my order".' mod='bankwire'}

- +  {l s='Other payment methods' mod='bankwire'} {*By webkul To Check Order restrict condition before Payment by the customer*} diff --git a/modules/cheque/views/templates/front/payment_execution.tpl b/modules/cheque/views/templates/front/payment_execution.tpl index 345a538ab..df13864df 100644 --- a/modules/cheque/views/templates/front/payment_execution.tpl +++ b/modules/cheque/views/templates/front/payment_execution.tpl @@ -82,7 +82,7 @@ {*By webkul To Check Order restrict condition before Payment by the customer*} {if !$restrict_order} - {/if} diff --git a/themes/hotel-reservation-theme/authentication.tpl b/themes/hotel-reservation-theme/authentication.tpl index c57498914..611cfd4e6 100644 --- a/themes/hotel-reservation-theme/authentication.tpl +++ b/themes/hotel-reservation-theme/authentication.tpl @@ -283,7 +283,7 @@ {assign var=stateExist value=false} {assign var=postCodeExist value=false} {assign var=dniExist value=false} -

{l s='Invoice address'}

+

{l s='Invoice address'}

{foreach from=$inv_all_fields item=field_name} {if $field_name eq "company"}
@@ -427,7 +427,7 @@
{$HOOK_CREATE_ACCOUNT_TOP}