From 1b644b5f99b88c65431739c6fa225e5270b3ee8c Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Thu, 28 Aug 2025 17:18:34 +0530 Subject: [PATCH 1/2] FIX_THZ changes --- app/Views/thz_list.php | 17 ++++++++--------- app/Views/thz_notes.php | 12 +++++++----- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/app/Views/thz_list.php b/app/Views/thz_list.php index 3de203f4..44cecd6f 100644 --- a/app/Views/thz_list.php +++ b/app/Views/thz_list.php @@ -88,9 +88,6 @@ tbody tr { white-space: nowrap !important; } */ -.app-text-black{ - color: #000000 !important; -} .text-custom-grey{ font-size: 0.85em; color: #6c757d !important; @@ -215,7 +212,7 @@ table thead th {
- +
@@ -257,15 +254,17 @@ table thead th { @@ -359,7 +358,7 @@ table thead th {
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- + @@ -241,7 +249,7 @@
- +
- +
- +
- +
- + @@ -302,108 +310,108 @@
Ticket ID format('d/m/Y') . "
" . $cdt->format('h:i a') . ""; + $cd = date("j F Y", strtotime($row['created_at'])); + $ct = date("h:i a", strtotime($row['created_at'])); + echo $cd . "
" . $ct . ""; endif; ?>
format('d/m/Y') . "
" . $udt->format('h:i a') . ""; + $ud = date("j F Y", strtotime($row['updated_at'])); + $ut = date("h:i a", strtotime($row['updated_at'])); + echo $ud . "
" . $ut . ""; endif; ?>