From 66547b01c57c967586172e53bc632a11d4660de4 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 15 Nov 2023 17:59:43 +0100 Subject: [PATCH] fixed width of datetime --- application/views/map/custom_date.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/map/custom_date.php b/application/views/map/custom_date.php index 47ce1b139..e5fc66c60 100644 --- a/application/views/map/custom_date.php +++ b/application/views/map/custom_date.php @@ -11,7 +11,7 @@
-
+
input->post('from') != "" || $this->input->method() !== 'post') echo 'value="'.$this->input->post('from').'"'; ?>/>
@@ -23,7 +23,7 @@
-
+
input->post('to') != "" || $this->input->method() !== 'post') echo 'value="'.$this->input->post('to').'"'; ?>/>