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 @@
+ class="nav-link px-3 py-1 dash-anchor" id="pending_actions_tab">
/assets/images/inactive_pending_actions.png" alt="Logo" height="14" class="inactive_pending" >
/assets/images/active_pending_actions.png" alt="Logo" height="14"
class="active_pending" style="display:none;">
- Pending Actions
+ Pending Actions
@@ -226,12 +230,12 @@
-
+
/assets/images/inactive_bds.png" alt="Logo" height="14" class="inactive_bds">
/assets/images/active_bds.png" alt="Logo" height="14"
- class="active_bds" style="display:none;">
+ class="active_bds " style="display:none;">
- BDS
+ BDS
@@ -242,12 +246,12 @@
$isActive = get_role_id() == STAFF_ROLE_ID && in_array(CLAIMS_TEAM_ID,user_team()) ? 'active show' : '';
?>
-
+
/assets/images/inactive_claims.png" alt="Logo" height="14" class="inactive_claims">
/assets/images/active_claims.png" alt="Logo" height="14"
- class="active_claims" style="display:none;">
+ class="active_claims " style="display:none;">
- Claims
+ Claims
@@ -256,13 +260,13 @@
-
-
+
+
/assets/images/inactive_leads_and_bds_renewal.png" alt="Logo" height="14" class="inactive_leads">
/assets/images/active_leads_and_bds_renewal.png" alt="Logo" height="14"
- class="active_leads" style="display:none;">
+ class="active_leads " style="display:none;">
- Leads and BDS Renewals
+ Leads and BDS Renewals
@@ -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);