[UPDT] PAYROLL: Contract style updates

This commit is contained in:
Horilla
2025-09-03 16:29:29 +05:30
parent 48f9385f0a
commit fd9d0f87a8
5 changed files with 8 additions and 9 deletions

View File

@@ -30,4 +30,4 @@
onclick="$(`[data-target='#filingStatus{{filing_status_id}}']`).addClass('oh-accordion-meta__header--show');$('#filingStatus{{filing_status_id}}').removeClass('d-none')"
></span>
{% endif %}
{% endif %}

View File

@@ -3,7 +3,7 @@
<div class="oh-general__tab-target oh-profile-section mb-4 p-10" id="personal" style="border:none;">
<div class="oh-profile-section__card p-10" style="border:1px solid #cdd5df; border-radius:10px;">
<!-- Header -->
<div class="oh-payslip__header mb-4">
<div class="oh-payslip__header-left">

View File

@@ -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" %}
<div hx-get="{% url 'filing-status-nav' %}?{{request.GET.urlencode}}" hx-trigger="load">
<div class="mt-5 oh-wrapper animated-background" style="height: 80px"></div>
</div>

View File

@@ -42,11 +42,11 @@
</div>
</div>
</div>
<div
<div
class="oh-tabs__movable-body position-relative"
hx-get="{{url}}?{% for parameter in parameters %}{{parameter|format:group}}&{% endfor %}{{request.GET.urlencode}}"
hx-trigger="load" id="taxbracketList{{group.id}}"
>
</div>
</div>
@@ -65,4 +65,3 @@
$(".oh-tabs__movable-body").addClass("d-none")
</script>

View File

@@ -70,4 +70,4 @@
});
});
</script>
{% endif %}
{% endif %}