diff --git a/app/Views/batch_list.php b/app/Views/batch_list.php index 9e5f256b..96d441b0 100755 --- a/app/Views/batch_list.php +++ b/app/Views/batch_list.php @@ -266,7 +266,7 @@ for ($i = 0; $i < $batch_col_count; $i++) { ?>
S.No |
@@ -109,7 +194,7 @@
?>
|||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | @@ -524,11 +609,13 @@ $(document).ready(function() { - $('#tickets-table').DataTable({ + nhanceListDataTableBeforeInit(); + var nhFileListTable = $('#file-list-table').DataTable(nhanceMergeListDataTableOptions({ - dom: "<'row'<'col-sm-7'f><'col-sm-5 text-right'B>>" + // Filter left, buttons right + dom: "<'row'<'col-sm-7'f><'col-sm-5 text-right'B>>" + "<'row'<'col-sm-12'tr>>" + - "<'row align-items-center'<'col-5 text-start'i><'col-7 d-flex justify-content-end align-items-center'<'me-2'l>p>>", lengthMenu: [[10, 20, 50, 100], [10, 20, 50, 100]], + "<'row align-items-center'<'col-5 text-start'i><'col-7 d-flex justify-content-end align-items-center'<'me-2'l>p>>", + lengthMenu: [[10, 20, 50, 100], [10, 20, 50, 100]], buttons: [ { extend: 'collection', @@ -574,19 +661,15 @@ emptyTable: ' | ||||||||||||||||||||||||||||||||||||||||
| = $slno++; ?> | += $slno++; ?> | = $row['type']; ?> | = $row['content_section']; ?> | = $row['heading']; ?> | diff --git a/app/Views/insurer_export_templete.php b/app/Views/insurer_export_templete.php index 73d725e1..5edcc832 100755 --- a/app/Views/insurer_export_templete.php +++ b/app/Views/insurer_export_templete.php @@ -111,7 +111,7 @@ $value ){ ?>|||||||||||||||||||||||||||||||||||||
| = $key+1; ?> | += $key+1; ?> | = $value['policy_type']; ?> | = $events[$value['event_name']]; ?> | = $value['type_name'] == 'import' ? 'Upload' : 'Download'; ?> | diff --git a/app/Views/insurer_list.php b/app/Views/insurer_list.php index 755a514c..b0611e6b 100755 --- a/app/Views/insurer_list.php +++ b/app/Views/insurer_list.php @@ -65,6 +65,17 @@ $ins_col_width_px = nhance_dt_column_widths_px($ins_header_labels, $ins_col_max_ overflow: visible; text-overflow: clip; } +#insurer-list-table tbody td { + padding: 5px 11px !important; + font-size: 13px; + line-height: 1.25; +} +#insurer-list-table_wrapper .dataTables_scrollHead table thead th, +#insurer-list-table thead th { + padding: 5px 2.35rem 5px 11px !important; + font-size: 13px; + line-height: 1.25; +}|||||||||||||||||||||||||||||||||||||
| = $serial ?> | += $serial ?> | = $policy['policy_no'] ?> | = $policy['customer_name'] ?> | = number_format($policy['premium'], 2) ?> | diff --git a/app/Views/leads_list.php b/app/Views/leads_list.php index c9459190..b496dfe4 100644 --- a/app/Views/leads_list.php +++ b/app/Views/leads_list.php @@ -264,7 +264,7 @@ for ($i = 0; $i < $leads_col_count; $i++) { $row) {?>|||||||||||||||||||||||||||||||||||||
| + |
$log): ?>
| = $index + 1 . '.' ?> |
+ = $index + 1 . '.' ?> |
= esc($log) ?> |
View |
diff --git a/app/Views/nhance_branch_list.php b/app/Views/nhance_branch_list.php
index 4addfaf9..dc0190c1 100644
--- a/app/Views/nhance_branch_list.php
+++ b/app/Views/nhance_branch_list.php
@@ -81,7 +81,7 @@ $nb_col_width_px = nhance_dt_column_widths_px($nb_header_labels, $nb_col_max_len
$row) { ?>
| = $slno++; ?> |
+ = $slno++; ?> |
= $row['branch_name']; ?> |
|
diff --git a/app/Views/policy_transaction_endorsement_list_2.php b/app/Views/policy_transaction_endorsement_list_2.php
index 8e26b2c3..38b7afb4 100644
--- a/app/Views/policy_transaction_endorsement_list_2.php
+++ b/app/Views/policy_transaction_endorsement_list_2.php
@@ -325,7 +325,7 @@ table.dataTable thead th {
|
+ |
|
|
|
diff --git a/app/Views/pos_list.php b/app/Views/pos_list.php
index 7a872e19..d989318f 100644
--- a/app/Views/pos_list.php
+++ b/app/Views/pos_list.php
@@ -111,7 +111,7 @@ $pos_col_width_px = nhance_dt_column_widths_px($pos_header_labels, $pos_col_max_
$row) { ?>
| = $slno++; ?> |
+ = $slno++; ?> |
= $row['manager_name']; ?> |
= $row['name']; ?> |
= $row['pos_code']; ?> |
diff --git a/app/Views/rto_master_list.php b/app/Views/rto_master_list.php
index 1f1b8084..e5b2b2dd 100644
--- a/app/Views/rto_master_list.php
+++ b/app/Views/rto_master_list.php
@@ -85,7 +85,7 @@ $rto_col_width_px = nhance_dt_column_widths_px($rto_header_labels, $rto_col_max_
$row) { ?>
= $slno++; ?> |
+ = $slno++; ?> |
= $row['rto_name']; ?> |
= $row['rto_code']; ?> |
= $row['rto_state']; ?> |
diff --git a/app/Views/thz_list.php b/app/Views/thz_list.php
index e53ce222..1aa69b4c 100644
--- a/app/Views/thz_list.php
+++ b/app/Views/thz_list.php
@@ -166,7 +166,7 @@ beccause = dataTables_length and dataTables_paginate need in same line thats why
$row){ ?>
+ |
|
| diff --git a/app/Views/tpa_list.php b/app/Views/tpa_list.php index 6f907c54..8b17f04c 100755 --- a/app/Views/tpa_list.php +++ b/app/Views/tpa_list.php @@ -85,6 +85,17 @@ $tpa_col_width_px = nhance_dt_column_widths_px($tpa_header_labels, $tpa_col_max_ overflow: visible; text-overflow: clip; } +#tpa-list-table tbody td { + padding: 5px 11px !important; + font-size: 13px; + line-height: 1.25; +} +#tpa-list-table_wrapper .dataTables_scrollHead table thead th, +#tpa-list-table thead th { + padding: 5px 2.35rem 5px 11px !important; + font-size: 13px; + line-height: 1.25; +}
diff --git a/app/Views/variance_report_list.php b/app/Views/variance_report_list.php
index 307c5d3d..446b0930 100644
--- a/app/Views/variance_report_list.php
+++ b/app/Views/variance_report_list.php
@@ -376,7 +376,7 @@ $vr_col_width_px = nhance_dt_column_widths_px($vr_header_labels, $vr_col_max_len
$row){ ?>
= $index + 1 ?> |
+ = $index + 1 ?> |
diff --git a/app/Views/vehicle_master_list.php b/app/Views/vehicle_master_list.php
index b880c50e..6e29f5b8 100644
--- a/app/Views/vehicle_master_list.php
+++ b/app/Views/vehicle_master_list.php
@@ -60,15 +60,15 @@ $vm_col_width_px = nhance_dt_column_widths_px($vm_header_labels, $vm_col_max_len
?>
| |