From 066334791598bf98551fe7234ef9c3a904873382 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Tue, 19 Aug 2025 17:31:38 +0530 Subject: [PATCH] CHANGE UI LEVEL FIXES - VADIVEL J 2025-08-19 --- app/Controllers/ThzController.php | 2 +- app/Helpers/header.php | 1 - app/Views/DashBoard.php | 15 +++++++-------- app/Views/bds_dash.php | 4 ++-- app/Views/claims_dash.php | 12 ++++++------ app/Views/client_onboarding.php | 4 ---- app/Views/endorsement_dash.php | 20 ++++++++++++-------- app/Views/hr_access_controll.php | 8 ++++---- app/Views/layout/header.php | 4 ++++ app/Views/leads_dash.php | 8 ++++---- app/Views/ticket_list.php | 2 +- 11 files changed, 41 insertions(+), 39 deletions(-) diff --git a/app/Controllers/ThzController.php b/app/Controllers/ThzController.php index fd2f424f..8eac6932 100644 --- a/app/Controllers/ThzController.php +++ b/app/Controllers/ThzController.php @@ -128,7 +128,7 @@ class ThzController extends BaseController public function ticketConversationSaveNotification($data){ } - + public function ticketAssigning(){ $returnType = strtolower($this->request->getGet('return_type') ?? 'api'); diff --git a/app/Helpers/header.php b/app/Helpers/header.php index 2ade2b0b..dc193798 100755 --- a/app/Helpers/header.php +++ b/app/Helpers/header.php @@ -267,7 +267,6 @@ .right-bar { - width: 300px; /* Adjust as needed */ overflow: hidden; } diff --git a/app/Views/DashBoard.php b/app/Views/DashBoard.php index b9e1294c..e3c54d7d 100755 --- a/app/Views/DashBoard.php +++ b/app/Views/DashBoard.php @@ -381,15 +381,14 @@ $(document).ready(function(){