From 48baa8683b3b68feaa30ef933b9d965d2f9e9ba8 Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 24 Sep 2025 16:23:32 +0530 Subject: [PATCH] [UPDT] BASE: Updated title of edit button --- base/templates/cbv/rotating_shift/actions_rotaing_shift.html | 2 +- base/templates/cbv/rotating_work_type/work_rotate_actions.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/templates/cbv/rotating_shift/actions_rotaing_shift.html b/base/templates/cbv/rotating_shift/actions_rotaing_shift.html index 6202bca25..891ee1af6 100644 --- a/base/templates/cbv/rotating_shift/actions_rotaing_shift.html +++ b/base/templates/cbv/rotating_shift/actions_rotaing_shift.html @@ -5,7 +5,7 @@ {% if perms.base.change_rotatingshiftassign or request.user|is_reportingmanager %} + type="button" class="oh-btn oh-btn--light-bkg w-100" title="{% trans 'Edit' %}"> {% endif %} diff --git a/base/templates/cbv/rotating_work_type/work_rotate_actions.html b/base/templates/cbv/rotating_work_type/work_rotate_actions.html index e350e7ac6..df6a884a3 100644 --- a/base/templates/cbv/rotating_work_type/work_rotate_actions.html +++ b/base/templates/cbv/rotating_work_type/work_rotate_actions.html @@ -5,7 +5,7 @@ {% if perms.base.change_rotatingworktypeassign or request.user|is_reportingmanager %} + class="oh-btn oh-btn--light-bkg small-button w-100" title="{% trans 'Edit' %}"> {% endif %}