From e8a241f18346f0029a8f5c2c8a4288219ca2f769 Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Mon, 20 Apr 2026 11:52:20 +0530 Subject: [PATCH] FIX_Client UI fix_31 files As Per PT Suggest_Sno --- app/Views/batch_list.php | 2 +- app/Views/bds_dump_file_list.php | 2 +- app/Views/business_team_list.php | 2 +- app/Views/cd_master_list.php | 26 +-- app/Views/claim_dump_file_list.php | 2 +- app/Views/claim_mis_file_list.php | 2 +- app/Views/commission_file_upload.php | 2 +- app/Views/dms_search.php | 2 +- app/Views/employee_data_list.php | 2 +- app/Views/endorsement_list.php | 2 +- app/Views/expense_list.php | 2 +- app/Views/faq_list.php | 2 +- app/Views/file_list.php | 151 ++++++++++++++---- app/Views/frontend_content_list.php | 2 +- app/Views/insurer_export_templete.php | 2 +- app/Views/insurer_list.php | 11 ++ app/Views/invoice_template.php | 2 +- app/Views/leads_list.php | 2 +- app/Views/log_view.php | 2 +- app/Views/nhance_branch_list.php | 2 +- app/Views/non_eb_claim_edit.php | 2 +- app/Views/outstanding_report_list.php | 2 +- .../policy_transaction_endorsement_list.php | 2 +- .../policy_transaction_endorsement_list_2.php | 2 +- app/Views/pos_list.php | 2 +- app/Views/rto_master_list.php | 2 +- app/Views/thz_list.php | 2 +- app/Views/tpa_list.php | 11 ++ app/Views/variance_report_list.php | 2 +- app/Views/vehicle_master_list.php | 26 +-- app/Views/vehicle_type_master_list.php | 2 +- 31 files changed, 191 insertions(+), 86 deletions(-) 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++) { ?> - + diff --git a/app/Views/bds_dump_file_list.php b/app/Views/bds_dump_file_list.php index 2d314fb9..b56448fa 100644 --- a/app/Views/bds_dump_file_list.php +++ b/app/Views/bds_dump_file_list.php @@ -45,7 +45,7 @@ ?> - + diff --git a/app/Views/business_team_list.php b/app/Views/business_team_list.php index 3a91bf1e..7172fd1b 100644 --- a/app/Views/business_team_list.php +++ b/app/Views/business_team_list.php @@ -202,7 +202,7 @@ $row){ ?> - + diff --git a/app/Views/cd_master_list.php b/app/Views/cd_master_list.php index 81f68346..1314066a 100755 --- a/app/Views/cd_master_list.php +++ b/app/Views/cd_master_list.php @@ -46,15 +46,15 @@ $cdm_col_width_px = nhance_dt_column_widths_px($cdm_header_labels, $cdm_col_max_ + -
+
@@ -84,7 +169,7 @@
- +
@@ -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: '
No Data found
' }, paging: true, - }); + columnDefs: [ + + { targets: , width: 'px' }, + + ], + })); + nhanceListDataTableAfterInit(); + nhanceListDataTableBindAdjust(nhFileListTable); - setTimeout(function () { - const dt = $('#tickets-table').DataTable(); - dt.columns.adjust().draw(false); - }, 0); - - }); - - $(window).on('resize', function () { - if ($.fn.DataTable.isDataTable('#tickets-table')) { - $('#tickets-table').DataTable().columns.adjust(); - } }); \ No newline at end of file diff --git a/app/Views/frontend_content_list.php b/app/Views/frontend_content_list.php index b0b38da8..695feb65 100644 --- a/app/Views/frontend_content_list.php +++ b/app/Views/frontend_content_list.php @@ -90,7 +90,7 @@ $fec_col_width_px = nhance_dt_column_widths_px($fec_header_labels, $fec_col_max_ $row) { ?> - + 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 ){ ?> - + 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; +}
diff --git a/app/Views/invoice_template.php b/app/Views/invoice_template.php index 865ab921..3a61a602 100644 --- a/app/Views/invoice_template.php +++ b/app/Views/invoice_template.php @@ -359,7 +359,7 @@ body { $page_break_class = (($serial % $records_per_page) == 0 && $serial != count($policies)) ? 'page-break' : ''; ?>
- + 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) {?> - - + - + 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 { $row) { ?> - + 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) { ?> - + 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) { ?> - + 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/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 ?>
S.No
+ $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) { ?>

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){ ?>