-
$statuses) : ?>
@@ -239,16 +242,23 @@ $isActive = get_role_id() == STAFF_ROLE_ID && in_array(CLAIMS_TEAM_ID,user_team(
$truncatedStatus = strlen($formattedStatus) > 20 ? substr($formattedStatus, 0, 15) . '...' : $formattedStatus;
$showTooltip = strlen($formattedStatus) > 20;
?>
+
+
-
>
- = $truncatedStatus ?>
+
+
+ = htmlspecialchars($formattedStatus[0], ENT_QUOTES, 'UTF-8') ?>
+
= $count ?>
+
= htmlspecialchars($formattedStatus[1]??'', ENT_QUOTES, 'UTF-8') ?>
+
@@ -312,13 +322,13 @@ $isActive = get_role_id() == STAFF_ROLE_ID && in_array(CLAIMS_TEAM_ID,user_team(
$('.claimStatusTitle_'+claimType).show();
if (claimType == 1) {
- $('#current_tile').text("Viewing Details For : GMC");
+ $('#current_tile').text(" GMC");
} else if (claimType == 2) {
- $('#current_tile').text("Viewing Details For : GPA");
+ $('#current_tile').text(" GPA");
} else if (claimType == 3) {
- $('#current_tile').text("Viewing Details For : EDLI");
+ $('#current_tile').text(" EDLI");
} else if (claimType == 4) {
- $('#current_tile').text("Viewing Details For : GTLI");
+ $('#current_tile').text(" GTLI");
}
}
}
diff --git a/app/Views/client_list.php b/app/Views/client_list.php
index ea7bc6c5..346f9f10 100755
--- a/app/Views/client_list.php
+++ b/app/Views/client_list.php
@@ -1,3 +1,4 @@
+
@@ -35,9 +48,6 @@
Insurer List
-
@@ -182,6 +192,13 @@ document.addEventListener("DOMContentLoaded", function () {
exportOptions: {
columns: ':not(:last-child)'
}
+ },
+ {
+ text: 'ADD',
+ className: 'btn btn-color',
+ action: function () {
+ window.location.href = "= base_url("master/insurer/create"); ?>";
+ }
}
],
diff --git a/app/Views/kyc_list.php b/app/Views/kyc_list.php
index c1a72d31..8e8eefd6 100755
--- a/app/Views/kyc_list.php
+++ b/app/Views/kyc_list.php
@@ -26,6 +26,19 @@
color: #16181b !important;
cursor: pointer !important;
}
+
+.btn-color{
+ background-color: rgba(52, 174, 178, 1);
+ color: white;
+ border:1px solid rgba(52, 174, 178, 1);
+}
+
+.btn-color:hover{
+ background-color: rgba(41, 139, 142, 1);
+ color: white;
+ border:1px solid rgba(41, 139, 142, 1);
+}
+
@@ -35,9 +48,6 @@
KYC List
-
@@ -176,6 +186,13 @@
exportOptions: {
columns: ':not(:last-child)'
}
+ },
+ {
+ text: 'ADD',
+ className: 'btn btn-color',
+ action: function () {
+ window.location.href = "= base_url("master/kyc/create"); ?>";
+ }
}
],
diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php
index 674143e1..f148d77b 100755
--- a/app/Views/layout/header.php
+++ b/app/Views/layout/header.php
@@ -246,6 +246,13 @@
flex: 1 1 auto; */
padding: 2rem !important;
}
+
+ /* Force all text across the entire app to black */
+ html, body, * {
+ color: #000 !important;
+ }
+
+
diff --git a/app/Views/leads_dash.php b/app/Views/leads_dash.php
index a44c2759..e6874de1 100644
--- a/app/Views/leads_dash.php
+++ b/app/Views/leads_dash.php
@@ -187,14 +187,20 @@ $isActive = get_role_id() == STAFF_ROLE_ID && in_array(ENROLLMENT_TEAM_ID, user_
-