[UPDT] PAYROLL: Contract style updates
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -70,4 +70,4 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user