@@ -504,7 +505,7 @@
-
Allowed: PDF, JPG, JPEG, PNG. Size : 200KB/image 25MB/PDF
+
Allowed: PDF, JPG, JPEG, PNG.
diff --git a/app/Views/employee_data_list.php b/app/Views/employee_data_list.php
index 15df09cf..9097d532 100755
--- a/app/Views/employee_data_list.php
+++ b/app/Views/employee_data_list.php
@@ -976,7 +976,7 @@ $gst_total = 0;
}, function(xhr, status, error) {
console.error('Error fetching data:', error);
console.error(xhr.responseText);
- toastr.error('An error occurred while checking the CD amount.', 'Error');
+ toastr.error('An error occurred while fetching e-card.', 'Error');
});
diff --git a/app/Views/errors/403.php b/app/Views/errors/403.php
index 79344fe8..a76bcf1f 100755
--- a/app/Views/errors/403.php
+++ b/app/Views/errors/403.php
@@ -41,11 +41,20 @@
text-align: center;
}
+ .error-illustration-frame {
+ display: inline-block;
+ max-width: 100%;
+ line-height: 0;
+ margin: 0 auto 24px auto;
+ }
+
.error-image {
- width: min(100%, 560px);
- height: auto;
display: block;
- margin: 0 auto 10px auto;
+ width: 446px;
+ height: auto;
+ max-width: 100%;
+ max-height: 52vh;
+ object-fit: contain;
}
.error-title {
@@ -98,7 +107,7 @@
background-image: radial-gradient(circle at 0 0, rgba(87, 233, 255, 0.12) 0, rgba(87, 233, 255, 0.12) 120px, transparent 120px), radial-gradient(circle at 100% 100%, rgba(87, 233, 255, 0.12) 0, rgba(87, 233, 255, 0.12) 140px, transparent 140px);
}
- .error-image {
+ .error-illustration-frame {
margin-bottom: 20px;
}
@@ -113,7 +122,15 @@
-
/assets/images/errors/403_illustration.jpeg" alt="403 access denied">
+
+
.)
/assets/images/errors/403_illustration.png"
+ width="446"
+ height="415"
+ decoding="async"
+ fetchpriority="high"
+ alt="403 access forbidden">
+
ACCESS DENIED
= isset($message) && !empty($message) ? $message : "You don't have permission to access this page." ?>
diff --git a/app/Views/insurer_or_tpa_data.php b/app/Views/insurer_or_tpa_data.php
index 79ef31df..da28ff61 100755
--- a/app/Views/insurer_or_tpa_data.php
+++ b/app/Views/insurer_or_tpa_data.php
@@ -1361,7 +1361,7 @@
}, function(xhr, status, error) {
console.error('Error fetching data:', error);
console.error(xhr.responseText);
- toastr.error('An error occurred while checking the CD amount.', 'Error');
+ toastr.error('An error occurred while fetching TPA ID.', 'Error');
});
diff --git a/app/Views/leads_form.php b/app/Views/leads_form.php
index 3e077886..939d4b57 100644
--- a/app/Views/leads_form.php
+++ b/app/Views/leads_form.php
@@ -451,8 +451,11 @@