From fd9d0f87a8e0f48b6ca29ccf1ff3dd58a7dff568 Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 3 Sep 2025 16:29:29 +0530 Subject: [PATCH] [UPDT] PAYROLL: Contract style updates --- horilla_theme/templates/cbv/federal_tax/tax_bracket.html | 2 +- horilla_theme/templates/contract_form.html | 2 +- horilla_theme/templates/payroll/tax/filing_status_view.html | 6 +++--- payroll/templates/cbv/federal_tax/pipeline.html | 5 ++--- payroll/templates/cbv/federal_tax/tax_bracket_list.html | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/horilla_theme/templates/cbv/federal_tax/tax_bracket.html b/horilla_theme/templates/cbv/federal_tax/tax_bracket.html index 21eccd450..76850f013 100644 --- a/horilla_theme/templates/cbv/federal_tax/tax_bracket.html +++ b/horilla_theme/templates/cbv/federal_tax/tax_bracket.html @@ -30,4 +30,4 @@ onclick="$(`[data-target='#filingStatus{{filing_status_id}}']`).addClass('oh-accordion-meta__header--show');$('#filingStatus{{filing_status_id}}').removeClass('d-none')" > -{% endif %} \ No newline at end of file +{% endif %} diff --git a/horilla_theme/templates/contract_form.html b/horilla_theme/templates/contract_form.html index 0d4f84af8..a1bcaf196 100644 --- a/horilla_theme/templates/contract_form.html +++ b/horilla_theme/templates/contract_form.html @@ -3,7 +3,7 @@
- +
diff --git a/horilla_theme/templates/payroll/tax/filing_status_view.html b/horilla_theme/templates/payroll/tax/filing_status_view.html index 0e78c2220..2a78eb174 100644 --- a/horilla_theme/templates/payroll/tax/filing_status_view.html +++ b/horilla_theme/templates/payroll/tax/filing_status_view.html @@ -1,8 +1,8 @@ -{% extends 'index.html' %} +{% extends 'index.html' %} {% load static i18n %} -{% block content %} -{% include "generic/components.html" %} +{% block content %} +{% include "generic/components.html" %}
diff --git a/payroll/templates/cbv/federal_tax/pipeline.html b/payroll/templates/cbv/federal_tax/pipeline.html index 15f6c74b9..03c87d8d6 100644 --- a/payroll/templates/cbv/federal_tax/pipeline.html +++ b/payroll/templates/cbv/federal_tax/pipeline.html @@ -42,11 +42,11 @@
-
@@ -65,4 +65,3 @@ $(".oh-tabs__movable-body").addClass("d-none") - \ No newline at end of file diff --git a/payroll/templates/cbv/federal_tax/tax_bracket_list.html b/payroll/templates/cbv/federal_tax/tax_bracket_list.html index 15266d45e..67d7068d9 100644 --- a/payroll/templates/cbv/federal_tax/tax_bracket_list.html +++ b/payroll/templates/cbv/federal_tax/tax_bracket_list.html @@ -70,4 +70,4 @@ }); }); -{% endif %} \ No newline at end of file +{% endif %}