diff --git a/app/Views/client_kyc.php b/app/Views/client_kyc.php
index 99bab2b1..eed707a0 100755
--- a/app/Views/client_kyc.php
+++ b/app/Views/client_kyc.php
@@ -310,7 +310,7 @@
${item.other_docs_name}
${item.file_name}
-
+
`;
@@ -424,7 +424,7 @@
-
+
`;
tbody.append(row);
@@ -480,7 +480,7 @@
${item.other_docs_name}
${item.file_name}
-
+
`;
diff --git a/app/Views/client_policy.php b/app/Views/client_policy.php
index 972c96ef..50b7ba14 100755
--- a/app/Views/client_policy.php
+++ b/app/Views/client_policy.php
@@ -425,7 +425,7 @@
// Conditionally render the delete option based on the role
if (role !== 3 && role !== 4) {
policyTable += `
- Delete `;
+ Delete `;
}
policyTable += `
diff --git a/app/Views/dms_search.php b/app/Views/dms_search.php
index 550acdf4..b7777bd7 100644
--- a/app/Views/dms_search.php
+++ b/app/Views/dms_search.php
@@ -118,7 +118,7 @@
">
diff --git a/app/Views/insurer_statement_list.php b/app/Views/insurer_statement_list.php
index fed5f122..ae9ef65a 100644
--- a/app/Views/insurer_statement_list.php
+++ b/app/Views/insurer_statement_list.php
@@ -445,7 +445,7 @@ table.dataTable tbody td {
-
+
@@ -728,7 +728,7 @@ document.addEventListener("DOMContentLoaded", function () {
-
+
`;
tableBody.appendChild(newRow);
@@ -871,7 +871,7 @@ function showInvoiceStatusModal(event)
-
+
`;
});
}
diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php
index 97601554..f3b9b55b 100755
--- a/app/Views/layout/header.php
+++ b/app/Views/layout/header.php
@@ -714,7 +714,7 @@ a.app-badge-secondary:focus, a.app-badge-secondary.focus {
}
@@ -917,7 +923,7 @@ a.app-badge-secondary:focus, a.app-badge-secondary.focus {
-
+
/assets/images/ticket.png" alt="Logo" height="20">
diff --git a/app/Views/notification old.php b/app/Views/notification old.php
index ed5f8ee5..c606b064 100644
--- a/app/Views/notification old.php
+++ b/app/Views/notification old.php
@@ -1494,7 +1494,7 @@ template_name = '';
newRow.innerHTML = `
${item.file_name}
-
+
`;
container.appendChild(newRow);
diff --git a/app/Views/notification.php b/app/Views/notification.php
index 316ebae9..cffe679b 100755
--- a/app/Views/notification.php
+++ b/app/Views/notification.php
@@ -860,7 +860,7 @@
newRow.innerHTML = `
${item.file_name}
-
+
`;
container.appendChild(newRow);
@@ -1155,7 +1155,7 @@
newRow.innerHTML = `
${item.file_name}
-
+
`;
container.appendChild(newRow);
diff --git a/app/Views/policy_gmc_terms.php b/app/Views/policy_gmc_terms.php
index 596f7a21..13791cd2 100755
--- a/app/Views/policy_gmc_terms.php
+++ b/app/Views/policy_gmc_terms.php
@@ -861,8 +861,10 @@
Sum Insured enhancement
- Yes
+
+ Yes
No
+ No
diff --git a/app/Views/policy_transaction_endorsement_form.php b/app/Views/policy_transaction_endorsement_form.php
index 3400d1a2..60be9f72 100644
--- a/app/Views/policy_transaction_endorsement_form.php
+++ b/app/Views/policy_transaction_endorsement_form.php
@@ -1691,7 +1691,7 @@ function addInsurerColumn() {
$('#insurerTable thead tr').append(`
Insurer ${insurerCount}
- ${insurerCount > 1 ? ` ` : ''}
+ ${insurerCount > 1 ? ` ` : ''}
`);
diff --git a/app/Views/policy_transaction_inception_form.php b/app/Views/policy_transaction_inception_form.php
index 9e095f2e..ba236dd8 100644
--- a/app/Views/policy_transaction_inception_form.php
+++ b/app/Views/policy_transaction_inception_form.php
@@ -4047,7 +4047,7 @@ function addInsurerColumn() {
$('#insurerTable thead tr').append(`
Insurer ${insurerCount}
- ${insurerCount > 1 ? ` ` : ''}
+ ${insurerCount > 1 ? ` ` : ''}
`);
diff --git a/app/Views/policy_transaction_inception_list.php b/app/Views/policy_transaction_inception_list.php
index 03a9450b..ff8a98da 100644
--- a/app/Views/policy_transaction_inception_list.php
+++ b/app/Views/policy_transaction_inception_list.php
@@ -1073,7 +1073,7 @@ function appendFileTableBody(data)
.attr('target', '_blank') // Open in a new tab
.attr('style', 'font-size:18px;')
.attr('data-id', item.id)
- .addClass('fa fa-download')
+ .addClass('mdi mdi-download')
// Append the tag inside the
@@ -1168,14 +1168,14 @@ function appendVehicleFileTableBody(data)
.attr('href', '= base_url('download-kyc-docs/') ?>' + item.file_name)
.attr('style', 'font-size:18px;')
.attr('data-id', item.id)
- .addClass('fa fa-download')
+ .addClass('mdi mdi-download')
.text(' '); // Space after the icon
// Create the delete link
var deleteLink = $('')
.attr('style', 'font-size:18px;')
.attr('data-id', item.id)
- .addClass('fa fa-trash')
+ .addClass('mdi mdi-delete')
.text(' '); // Space after the icon
// Append the download and delete icons inside the same
diff --git a/app/Views/view_rfq_non_eb.php b/app/Views/view_rfq_non_eb.php
index 89cf7748..3709fb15 100644
--- a/app/Views/view_rfq_non_eb.php
+++ b/app/Views/view_rfq_non_eb.php
@@ -399,7 +399,9 @@
Mail Content
-
+
@@ -5827,3 +5829,4 @@
+
diff --git a/public/assets/libs/bootstrap-daterangepicker/index.html b/public/assets/libs/bootstrap-daterangepicker/index.html
index 459d6138..5ff06a07 100755
--- a/public/assets/libs/bootstrap-daterangepicker/index.html
+++ b/public/assets/libs/bootstrap-daterangepicker/index.html
@@ -60,7 +60,7 @@
- Download ZIP
+ Download ZIP
diff --git a/public/assets/libs/bootstrap-daterangepicker/website/index.html b/public/assets/libs/bootstrap-daterangepicker/website/index.html
index 407c4bfb..48eee18a 100755
--- a/public/assets/libs/bootstrap-daterangepicker/website/index.html
+++ b/public/assets/libs/bootstrap-daterangepicker/website/index.html
@@ -60,7 +60,7 @@
-
Download ZIP
+
Download ZIP