From 19711b01a0819d6e03f6f5f87dd130077e0a79fb Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 13 Sep 2023 16:58:05 +0530 Subject: [PATCH] [ADD] Help text in base --- .../rotating_shift/rotating_shift_assign_view.html | 10 ++++++---- .../rotating_work_type_assign_view.html | 10 ++++++---- base/templates/shift_request/htmx/requests.html | 1 + base/templates/work_type_request/htmx/requests.html | 1 + base/translator.py | 3 ++- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/base/templates/base/rotating_shift/rotating_shift_assign_view.html b/base/templates/base/rotating_shift/rotating_shift_assign_view.html index f47cc43a9..179f33157 100644 --- a/base/templates/base/rotating_shift/rotating_shift_assign_view.html +++ b/base/templates/base/rotating_shift/rotating_shift_assign_view.html @@ -14,6 +14,7 @@
@@ -99,6 +100,7 @@ data-toggle="oh-modal-toggle" type="button" class="oh-btn oh-btn--light-bkg w-50" + title="{% trans 'Update' %}" > @@ -107,14 +109,14 @@ {% if rshift.is_active %}
-
{% else %}
-
{% endif %} diff --git a/base/templates/base/rotating_work_type/rotating_work_type_assign_view.html b/base/templates/base/rotating_work_type/rotating_work_type_assign_view.html index 368bf850f..0b07afa71 100644 --- a/base/templates/base/rotating_work_type/rotating_work_type_assign_view.html +++ b/base/templates/base/rotating_work_type/rotating_work_type_assign_view.html @@ -12,6 +12,7 @@
@@ -98,6 +99,7 @@ data-toggle="oh-modal-toggle" type="button" class="oh-btn oh-btn--light-bkg w-50" + title="{% trans 'Update' %}" > @@ -105,15 +107,15 @@ {% if perms.base.change_rotatingworktypeassign or request.user|is_reportingmanager %} {% if rwork_type.is_active %}
-
{% else %}
-
{% endif %} diff --git a/base/templates/shift_request/htmx/requests.html b/base/templates/shift_request/htmx/requests.html index 725dd823d..4d68acf49 100755 --- a/base/templates/shift_request/htmx/requests.html +++ b/base/templates/shift_request/htmx/requests.html @@ -13,6 +13,7 @@
diff --git a/base/templates/work_type_request/htmx/requests.html b/base/templates/work_type_request/htmx/requests.html index 0425c5ade..eafdee1ca 100755 --- a/base/templates/work_type_request/htmx/requests.html +++ b/base/templates/work_type_request/htmx/requests.html @@ -13,6 +13,7 @@
diff --git a/base/translator.py b/base/translator.py index 9e5b51639..8b236b2ea 100644 --- a/base/translator.py +++ b/base/translator.py @@ -181,4 +181,5 @@ _("Asset lot number"), _("Asset category"), _("Asset status"), _("True"), -_("False"), \ No newline at end of file +_("False"), +_("Onboarding Portal S…"), \ No newline at end of file