From bd395bc6499e798254eeab8ee8294340cad35419 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Tue, 19 Aug 2025 12:06:55 +0530 Subject: [PATCH] CHANGE UI LEVEL FIXES - VADIVEL J 2025-08-19 --- app/Views/DashBoard.php | 45 +++++++++++++++++++++++++---------- app/Views/UserList.php | 25 ++++++++++--------- app/Views/enrollment_list.php | 6 ++--- app/Views/layout/header.php | 1 - 4 files changed, 50 insertions(+), 27 deletions(-) diff --git a/app/Views/DashBoard.php b/app/Views/DashBoard.php index b0cefc4e..b9e1294c 100755 --- a/app/Views/DashBoard.php +++ b/app/Views/DashBoard.php @@ -193,6 +193,10 @@ min-height: 70vh !important; } + .active{ + color : white !important ; + } + @@ -212,12 +216,12 @@      @@ -226,12 +230,12 @@      @@ -242,12 +246,12 @@ $isActive = get_role_id() == STAFF_ROLE_ID && in_array(CLAIMS_TEAM_ID,user_team()) ? 'active show' : ''; ?>      @@ -256,13 +260,13 @@ -      @@ -375,3 +379,20 @@ $(document).ready(function(){ }); + + diff --git a/app/Views/UserList.php b/app/Views/UserList.php index e8452cd0..5f8d59f2 100755 --- a/app/Views/UserList.php +++ b/app/Views/UserList.php @@ -538,9 +538,6 @@ table.dataTable tbody td { attr: { id: 'btnAdd', title: 'Add' - }, - action: function () { - $('#con-close-modal').modal('show'); } } @@ -565,14 +562,6 @@ table.dataTable tbody td { }); - $('#btnAdd').click(function(){ - $('#first_name').val(''); - $('#last_name').val(''); - $('#email').val(''); - $('#mobile').val(''); - $('#emp_code').val(''); - $('#UserForm').attr('action', ''); - }) $('.close').click(function(){ @@ -839,3 +828,17 @@ table.dataTable tbody td { } + \ No newline at end of file diff --git a/app/Views/enrollment_list.php b/app/Views/enrollment_list.php index 598c5062..96da7591 100755 --- a/app/Views/enrollment_list.php +++ b/app/Views/enrollment_list.php @@ -454,13 +454,13 @@ buttons: [ { extend: 'copy', - text: '', + text: '', titleAttr: 'Copy', filename: 'Enrolment List' }, { extend: 'print', - text: '', + text: '', titleAttr: 'Print', filename: 'Enrolment List' }, @@ -472,7 +472,7 @@ }, { extend: 'csv', - text: '', + text: '', titleAttr: 'CSV', filename: 'Enrolment List' } diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index f148d77b..0fedd6a5 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -429,7 +429,6 @@ .search-bar input { width: 100%; - padding-right: 40px; /* make space for the button */ border-radius: 10px !important; background-color: #F4F4F4; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.2);