diff --git a/app/Views/UserList.php b/app/Views/UserList.php
index 749747ae..716db9a3 100755
--- a/app/Views/UserList.php
+++ b/app/Views/UserList.php
@@ -886,7 +886,7 @@ table.dataTable tbody td {
}
],
paging: true,
- pageLength: 25,
+ pageLength: 10,
language: {
search: `
diff --git a/app/Views/bds_tat_wise_report.php b/app/Views/bds_tat_wise_report.php
index 4581ea1a..8173ee3c 100644
--- a/app/Views/bds_tat_wise_report.php
+++ b/app/Views/bds_tat_wise_report.php
@@ -109,7 +109,7 @@
// ],
buttons: [
{
- text: ' Create New Ticket ',
+ text: ' Add ',
className: 'btn app-btn-primary mr-2',
action: function(e, dt, node, config) {
openTicket();
diff --git a/app/Views/business_team_list.php b/app/Views/business_team_list.php
index f12150f2..481268cb 100644
--- a/app/Views/business_team_list.php
+++ b/app/Views/business_team_list.php
@@ -393,7 +393,7 @@
searchPlaceholder: "Search"
},
paging: true,
- pageLength: 25,
+ pageLength: 10,
ordering: false
});
} else {
diff --git a/app/Views/cd_master_list.php b/app/Views/cd_master_list.php
index 11773d72..f9ebba28 100755
--- a/app/Views/cd_master_list.php
+++ b/app/Views/cd_master_list.php
@@ -260,7 +260,7 @@ table.dataTable thead th {
searchPlaceholder: "Search"
},
paging: true,
- pageLength: 25,
+ pageLength: 10,
order: [[0, 'desc']]
// scrollX: true,
// dom: "<'row'<'col-sm-6'f><'col-sm-6 text-right'B>>" +
diff --git a/app/Views/client_list.php b/app/Views/client_list.php
index 419f9848..8cacb6bc 100755
--- a/app/Views/client_list.php
+++ b/app/Views/client_list.php
@@ -311,8 +311,8 @@ $(document).ready(function()
}
},
{
- text: '+ Create New Client',
- className: 'btn-filter app-btn-primary buttons-html5', // custom class
+ text: ' Add ',
+ className: 'btn app-btn-primary mr-2',
action: function(e, dt, node, config) {
addClient();
}
diff --git a/app/Views/dms_search.php b/app/Views/dms_search.php
index a7e4b1a6..6bdd968a 100644
--- a/app/Views/dms_search.php
+++ b/app/Views/dms_search.php
@@ -196,7 +196,7 @@
]
}],
paging: true,
- pageLength: 25,
+ pageLength: 10,
order: [
[0, 'desc']
]
diff --git a/app/Views/endorsement_list.php b/app/Views/endorsement_list.php
index de7d908b..cacfab96 100755
--- a/app/Views/endorsement_list.php
+++ b/app/Views/endorsement_list.php
@@ -598,7 +598,7 @@
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
buttons: [{
- text: ' Create New Ticket ',
+ text: ' Add ',
className: 'btn app-btn-primary mr-2',
action: function(e, dt, node, config) {
openTicket();
diff --git a/app/Views/finance_team_list.php b/app/Views/finance_team_list.php
index 2c978329..0ec2aed9 100644
--- a/app/Views/finance_team_list.php
+++ b/app/Views/finance_team_list.php
@@ -393,7 +393,7 @@ $(document).ready(function () {
searchPlaceholder: "Search"
},
paging: true,
- pageLength: 25,
+ pageLength: 10,
ordering: false
});
} else {
diff --git a/app/Views/hr_activity_history.php b/app/Views/hr_activity_history.php
index 260f0a41..8f52d592 100644
--- a/app/Views/hr_activity_history.php
+++ b/app/Views/hr_activity_history.php
@@ -106,7 +106,7 @@ $(document).ready(function () {
searchPlaceholder: "Search..."
},
paging: true,
- pageLength: 25,
+ pageLength: 10,
ordering: false,
buttons: [
{
diff --git a/app/Views/leads_list.php b/app/Views/leads_list.php
index e6cee33f..cab5f02b 100644
--- a/app/Views/leads_list.php
+++ b/app/Views/leads_list.php
@@ -454,7 +454,7 @@ document.addEventListener("DOMContentLoaded", function () {
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
// ordering: false,
});
} else {
diff --git a/app/Views/policy_transaction_endorsement_list.php b/app/Views/policy_transaction_endorsement_list.php
index 1439f2d2..95485df5 100644
--- a/app/Views/policy_transaction_endorsement_list.php
+++ b/app/Views/policy_transaction_endorsement_list.php
@@ -524,7 +524,7 @@ table.dataTable thead th {
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
ordering: false,
});
} else {
diff --git a/app/Views/policy_transaction_inception_list.php b/app/Views/policy_transaction_inception_list.php
index f1c6cfaf..ef7ff681 100644
--- a/app/Views/policy_transaction_inception_list.php
+++ b/app/Views/policy_transaction_inception_list.php
@@ -598,7 +598,7 @@ $(document).ready(function() {
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
// ordering: false,
});
} else {
diff --git a/app/Views/report_bds.php b/app/Views/report_bds.php
index f366b56d..9104d9f5 100644
--- a/app/Views/report_bds.php
+++ b/app/Views/report_bds.php
@@ -413,7 +413,7 @@ $(document).ready(function() {
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
ordering: false,
"footerCallback": function(row, data, start, end, display) {
var api = this.api();
diff --git a/app/Views/report_bds_old.php b/app/Views/report_bds_old.php
index 06c84ba2..261dade0 100644
--- a/app/Views/report_bds_old.php
+++ b/app/Views/report_bds_old.php
@@ -193,7 +193,7 @@ $(document).ready(function() {
searchPlaceholder: "Search..."
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
ordering: false,
});
} else {
diff --git a/app/Views/thz_list.php b/app/Views/thz_list.php
index cce3adf7..f995f7b7 100644
--- a/app/Views/thz_list.php
+++ b/app/Views/thz_list.php
@@ -325,7 +325,7 @@ table.dataTable tbody td {
"<'row'<'col-sm-5'i><'col-sm-7'p>>", // Pagination at the bottom, without page length selector
buttons: [
{
- text: ' Create New Ticket ',
+ text: ' Add ',
className: 'btn app-btn-primary mr-2',
action: function(e, dt, node, config) {
openTicket();
@@ -363,7 +363,7 @@ table.dataTable tbody td {
searchPlaceholder: "Search"
},
paging: true,
- pageLength: 25,
+ pageLength: 10,
order: [[0, 'desc']]
});
} else {
diff --git a/app/Views/ticket_feedback_list.php b/app/Views/ticket_feedback_list.php
index 23ed8a0b..57ab8b6b 100644
--- a/app/Views/ticket_feedback_list.php
+++ b/app/Views/ticket_feedback_list.php
@@ -145,7 +145,7 @@ $(document).ready(function() {
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
ordering: false,
});
} else {
diff --git a/app/Views/ticket_list.php b/app/Views/ticket_list.php
index 8bf25a4f..e1b306e9 100644
--- a/app/Views/ticket_list.php
+++ b/app/Views/ticket_list.php
@@ -294,7 +294,7 @@ $(document).ready(function() {
// ],
buttons: [
{
- text: ' Create New Claim ',
+ text: ' Add ',
className: 'btn app-btn-primary mr-2',
action: function(e, dt, node, config) {
openTicketTypeAskModal()
@@ -332,7 +332,7 @@ $(document).ready(function() {
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
ordering: false,
});
} else {
diff --git a/app/Views/ticket_mail_template.php b/app/Views/ticket_mail_template.php
index f87a91da..d816f2a3 100644
--- a/app/Views/ticket_mail_template.php
+++ b/app/Views/ticket_mail_template.php
@@ -273,7 +273,7 @@
searchPlaceholder: "Search"
},
paging: true, // Enable pagination
- pageLength: 25, // Set default number of rows per page (optional)
+ pageLength: 10, // Set default number of rows per page (optional)
ordering: false,
});
} else {
diff --git a/app/Views/vehicle_master_list.php b/app/Views/vehicle_master_list.php
index ba65a8dc..9d83d62e 100644
--- a/app/Views/vehicle_master_list.php
+++ b/app/Views/vehicle_master_list.php
@@ -517,7 +517,7 @@ $(document).ready(function() {
searchPlaceholder: "Search"
},
paging: true,
- pageLength: 25,
+ pageLength: 10,
order: [[0, 'desc']]
});
});