diff --git a/app/Views/bds_renewal_report_list.php b/app/Views/bds_renewal_report_list.php
index e9cbb1c6..a3147bd1 100644
--- a/app/Views/bds_renewal_report_list.php
+++ b/app/Views/bds_renewal_report_list.php
@@ -154,35 +154,18 @@ $(document).ready(function() {
// Global DataTables defaults
$.extend(true, $.fn.dataTable.defaults, {
language: {
- search: "", // remove "Search:" label
+ search: `
+
+ _INPUT_
+
+
`,
searchPlaceholder: "Search"
},
+
paging: true,
pageLength: 10,
ordering: false
});
-// Global init hook
-$(document).on('init.dt', function (e, settings) {
- let $filter = $(settings.nTableWrapper).find('.dataTables_filter');
- let $input = $filter.find('input');
-
- if (!$filter.hasClass('custom-search')) {
- // Wrap in Bootstrap input-group
- $input
- .addClass('form-control')
- .wrap('');
-
- // Append icon
- $input.after(`
-
-
-
- `);
-
- // Align to right
- $filter.addClass('text-right custom-search');
- }
-});
\ No newline at end of file
diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php
index 5fe38d18..a1ab5d11 100755
--- a/app/Views/layout/header.php
+++ b/app/Views/layout/header.php
@@ -355,6 +355,7 @@
.content-page {
padding: 80px 15px 65px 15px !important;
+ height: 100vh;
}
/* Media query for small screens */
@@ -1861,25 +1862,6 @@
-
-
-
-
-
/assets/images/leads_sb.png" alt="Logo" height="20">
- Leads
-
-
-
-
-
-
-
-
/assets/images/ticket.png" alt="Logo" height="20">
- Tickets
-
-
-
@@ -2034,6 +2016,26 @@
+
+
+
+
+
/assets/images/leads_sb.png" alt="Logo" height="20">
+ Leads
+
+
+
+
+
+
+
+
/assets/images/ticket.png" alt="Logo" height="20">
+ Tickets
+
+
+
+
diff --git a/app/Views/mail_template.php b/app/Views/mail_template.php
index 22582cf5..f2b322bd 100644
--- a/app/Views/mail_template.php
+++ b/app/Views/mail_template.php
@@ -32,6 +32,10 @@
width: 100%; /* default: allow full width */
}
+p{
+ margin:0 !important;
+}
+
/* On screens smaller than 600px → force 100% */
@media screen and (max-width: 600px) {
.mail-template-footer {
@@ -53,9 +57,16 @@