-
Policy List
+ Policy
@@ -345,7 +340,8 @@ table.dataTable tbody td {
-
+
+
@@ -559,15 +555,20 @@ $(document).ready(function() {
dom: "<'row'<'col-sm-7'f><'col-sm-5 text-right'B>>" + // Filter left, buttons right
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>", // Pagination at the bottom, without page length selector
+ buttons: [
+ {
+ extend: 'collection',
+ text: '
Export ',
+ className: 'btn app-btn-secondary ',
buttons: [
{
extend: 'csv',
- text: 'CSV',
+ text: '
CSV ',
title: 'Policy-Tranction-Inception-List',
exportOptions: {
columns: ':not(:last-child)'
},
- },
+ } ]},
{
text: 'Add',
className: 'buttons-html5 addbtnStyle',
@@ -1625,7 +1626,7 @@ $(function() {
// var end = moment();
function cb(start, end) {
- $('#reportrange span').html(start.format('D/MM/YYYY') + ' - ' + end.format('D/MM/YYYY'));
+ $('#reportrange').html(start.format('D/MM/YYYY') + ' - ' + end.format('D/MM/YYYY'));
$('#startDate').val(start.format('DD/MM/YYYY'));
$('#endDate').val(end.format('DD/MM/YYYY'));
}
diff --git a/app/Views/thz_list.php b/app/Views/thz_list.php
index 223a9851..dd983edc 100644
--- a/app/Views/thz_list.php
+++ b/app/Views/thz_list.php
@@ -621,6 +621,14 @@ $(document).ready(function() {
]
}
],
+ language: {
+ search: `
+
+ _INPUT_
+
+
`,
+ searchPlaceholder: "Search"
+ },
paging: true,
pageLength: 25,
order: [[0, 'desc']]
diff --git a/app/Views/thz_notes.php b/app/Views/thz_notes.php
index 98443f8f..10829356 100644
--- a/app/Views/thz_notes.php
+++ b/app/Views/thz_notes.php
@@ -16,7 +16,12 @@
padding: 8px;
font-size: 14px;
}
-
+textarea {
+ background-color: white !important;
+ border-radius: 0px !important;
+ box-shadow: 0px 0px 0px 0px white !important;
+ border-color: white !important;
+ }
.icon-buttons {
display: flex;
gap: 6px;
diff --git a/app/Views/tpa_list.php b/app/Views/tpa_list.php
index ace4ba84..19c35aa9 100755
--- a/app/Views/tpa_list.php
+++ b/app/Views/tpa_list.php
@@ -200,8 +200,12 @@ document.addEventListener("DOMContentLoaded", function () {
language: {
- search: "_INPUT_",
- searchPlaceholder: "Search..."
+ search: `
+
+ _INPUT_
+
+
`,
+ searchPlaceholder: "Search"
},
paging: true ,
});