diff --git a/employee/templates/employee_nav.html b/employee/templates/employee_nav.html index c126ab73a..049f98cc2 100644 --- a/employee/templates/employee_nav.html +++ b/employee/templates/employee_nav.html @@ -108,6 +108,7 @@ hx-get="{% url 'employee-filter-view' %}?view=list" hx-target="#view-container" class="oh-btn oh-btn--view" + title='{% trans "List" %}' > @@ -118,6 +119,7 @@ hx-get="{% url 'employee-filter-view' %}?view=card" hx-target="#view-container" class="oh-btn oh-btn--view" + title='{% trans "Card" %}' > diff --git a/employee/templates/employee_personal_info/employee_card.html b/employee/templates/employee_personal_info/employee_card.html index 312483a83..1d857cc29 100644 --- a/employee/templates/employee_personal_info/employee_card.html +++ b/employee/templates/employee_personal_info/employee_card.html @@ -44,7 +44,7 @@
-
diff --git a/employee/templates/leave-tab.html b/employee/templates/leave-tab.html index 1194c742c..806c9b1a1 100644 --- a/employee/templates/leave-tab.html +++ b/employee/templates/leave-tab.html @@ -14,7 +14,22 @@ } -
+
+ + + {% trans "Cancelled" %} + + + + {% trans "Requested" %} + + + + {% trans "Approved" %} + +
+ +