From 441f7a172928205284af7165ae8abec38bc39462 Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 7 Feb 2024 17:28:14 +0530 Subject: [PATCH] [UPDT] GENERAL: Reduces white space between quick filters and nav --- .../own_attendance/attendances.html | 10 ++-- employee/templates/employee_nav.html | 2 +- .../employee_personal_info/employee_card.html | 6 +-- .../employee_personal_info/employee_list.html | 6 +-- .../templates/helpdesk/ticket/ticket_nav.html | 2 +- .../helpdesk/ticket/ticket_view.html | 12 ++--- .../leave_allocation_request_view.html | 8 +-- .../leave/leave_request/leave_requests.html | 10 ++-- .../leave/user_leave/user_requests.html | 10 ++-- .../payroll/allowance/view_allowance.html | 11 ++-- .../payroll/contract/contract_view.html | 10 ++-- .../payroll/deduction/view_deduction.html | 11 ++-- payroll/templates/payroll/loan/records.html | 8 +-- .../payslip/payslips_quick_filter.html | 14 ++--- .../templates/payroll/reimbursement/nav.html | 2 +- .../reimbursement/reimbursement_list.html | 8 +-- pms/templates/feedback/feedback_list.html | 12 ++--- pms/templates/okr/objective_list.html | 12 ++--- templates/index.html | 6 +++ templates/sidebar.html | 54 +++++++++---------- 20 files changed, 109 insertions(+), 105 deletions(-) diff --git a/attendance/templates/attendance/own_attendance/attendances.html b/attendance/templates/attendance/own_attendance/attendances.html index cdccdae25..cd7c23db7 100644 --- a/attendance/templates/attendance/own_attendance/attendances.html +++ b/attendance/templates/attendance/own_attendance/attendances.html @@ -17,9 +17,9 @@ border-radius: 5px; } -
+
-
+
- +
+ {% trans "Offline" %} - + {% trans "Online" %} diff --git a/employee/templates/employee_personal_info/employee_list.html b/employee/templates/employee_personal_info/employee_list.html index e4ed116c4..602a42239 100644 --- a/employee/templates/employee_personal_info/employee_list.html +++ b/employee/templates/employee_personal_info/employee_list.html @@ -8,12 +8,12 @@
{% endif %} -
- +
+ {% trans "Offline" %} - + {% trans "Online" %} diff --git a/helpdesk/templates/helpdesk/ticket/ticket_nav.html b/helpdesk/templates/helpdesk/ticket/ticket_nav.html index 149f53db1..35b50530c 100644 --- a/helpdesk/templates/helpdesk/ticket/ticket_nav.html +++ b/helpdesk/templates/helpdesk/ticket/ticket_nav.html @@ -1,5 +1,5 @@ {% load i18n %} -
+

{% trans "Tickets" %} diff --git a/helpdesk/templates/helpdesk/ticket/ticket_view.html b/helpdesk/templates/helpdesk/ticket/ticket_view.html index 0fe29c044..120e7883f 100644 --- a/helpdesk/templates/helpdesk/ticket/ticket_view.html +++ b/helpdesk/templates/helpdesk/ticket/ticket_view.html @@ -40,9 +40,9 @@
{% if my_tickets or allocated_tickets or all_tickets %} -
+
@@ -53,7 +53,7 @@ {% trans "Canceled" %} @@ -64,7 +64,7 @@ {% trans "Resolved" %} diff --git a/leave/templates/leave/leave_allocation_request/leave_allocation_request_view.html b/leave/templates/leave/leave_allocation_request/leave_allocation_request_view.html index 2dfef8606..9d2d4e6b9 100644 --- a/leave/templates/leave/leave_allocation_request/leave_allocation_request_view.html +++ b/leave/templates/leave/leave_allocation_request/leave_allocation_request_view.html @@ -226,9 +226,9 @@
{% if leave_allocation_requests or my_leave_allocation_requests %} -
+
@@ -239,7 +239,7 @@ {% trans "Rejected" %} @@ -250,7 +250,7 @@ {% trans "Requested" %}
- +
+ {% trans "Rejected" %} - + {% trans "Cancelled" %} -
- +
+ {% trans "Rejected" %} - + {% trans "Cancelled" %} - + {% trans "Approved" %} - + {% trans "Requested" %} diff --git a/payroll/templates/payroll/allowance/view_allowance.html b/payroll/templates/payroll/allowance/view_allowance.html index f19846387..a9422688f 100644 --- a/payroll/templates/payroll/allowance/view_allowance.html +++ b/payroll/templates/payroll/allowance/view_allowance.html @@ -11,7 +11,6 @@ }

{% trans "Allowances" %}

@@ -113,9 +112,9 @@
-
+
@@ -126,7 +125,7 @@ {% trans "Taxable" %} @@ -137,7 +136,7 @@ {% trans "Non Taxable" %} @@ -148,7 +147,7 @@ {% trans "Fixed" %} diff --git a/payroll/templates/payroll/contract/contract_view.html b/payroll/templates/payroll/contract/contract_view.html index 910387294..0c4ab8d99 100644 --- a/payroll/templates/payroll/contract/contract_view.html +++ b/payroll/templates/payroll/contract/contract_view.html @@ -209,9 +209,9 @@ > {% trans "Selected Employees" %}
-
+
@@ -222,7 +222,7 @@ {% trans "Terminated" %} @@ -233,7 +233,7 @@ {% trans "Expired" %} @@ -244,7 +244,7 @@ {% trans "Draft" %} diff --git a/payroll/templates/payroll/deduction/view_deduction.html b/payroll/templates/payroll/deduction/view_deduction.html index 70a13050f..db8cdd5d4 100644 --- a/payroll/templates/payroll/deduction/view_deduction.html +++ b/payroll/templates/payroll/deduction/view_deduction.html @@ -12,7 +12,6 @@

{% trans "Deductions" %}

@@ -112,9 +111,9 @@
-
+
@@ -125,7 +124,7 @@ {% trans "Pretax" %} {% comment %} @@ -136,7 +135,7 @@ {% trans "No Pretax" %} {% endcomment %} @@ -147,7 +146,7 @@ {% trans "Fixed" %} diff --git a/payroll/templates/payroll/loan/records.html b/payroll/templates/payroll/loan/records.html index a90d51833..6dd386dfc 100644 --- a/payroll/templates/payroll/loan/records.html +++ b/payroll/templates/payroll/loan/records.html @@ -1,14 +1,14 @@ {% load i18n %} -
- +
+ {% trans "Fine" %} - + {% trans "Loan" %} - + {% trans "Advanced Salary" %} diff --git a/payroll/templates/payroll/payslip/payslips_quick_filter.html b/payroll/templates/payroll/payslip/payslips_quick_filter.html index a99abb3e4..8dd2b731e 100644 --- a/payroll/templates/payroll/payslip/payslips_quick_filter.html +++ b/payroll/templates/payroll/payslip/payslips_quick_filter.html @@ -1,11 +1,11 @@ {% load i18n %}
{% if perms.payroll.add_payslip %} {% endif %} @@ -39,7 +39,7 @@ {% trans "Draft" %} @@ -50,7 +50,7 @@ {% trans "Review Ongoing" %} @@ -61,7 +61,7 @@ {% trans "Confirmed" %}
+

{% trans 'Reimbursements' %}

diff --git a/payroll/templates/payroll/reimbursement/reimbursement_list.html b/payroll/templates/payroll/reimbursement/reimbursement_list.html index bc1d82190..71dfbaf5f 100644 --- a/payroll/templates/payroll/reimbursement/reimbursement_list.html +++ b/payroll/templates/payroll/reimbursement/reimbursement_list.html @@ -1,7 +1,7 @@ {% load i18n %} {% include "filter_tags.html" %} -
+
@@ -12,7 +12,7 @@ {% trans "Canceled" %} @@ -23,7 +23,7 @@ {% trans "Approved" %} diff --git a/pms/templates/feedback/feedback_list.html b/pms/templates/feedback/feedback_list.html index 2242cb8ae..e631d5efe 100644 --- a/pms/templates/feedback/feedback_list.html +++ b/pms/templates/feedback/feedback_list.html @@ -24,24 +24,24 @@ {% include 'filter_tags.html' %} -
- +
+ {% trans "At Risk" %} - + {% trans "Not Started" %} -
- {% endif %}