From 5bda73f151d9c1f2f0c43b41b291745c80c45830 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 8 Aug 2023 08:18:40 +0100 Subject: [PATCH] Ugh - messing with the blade layout Signed-off-by: snipe --- resources/views/settings/localization.blade.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/views/settings/localization.blade.php b/resources/views/settings/localization.blade.php index 6e126dee6..d7ec45a92 100644 --- a/resources/views/settings/localization.blade.php +++ b/resources/views/settings/localization.blade.php @@ -38,7 +38,7 @@
-
+
@@ -52,17 +52,22 @@
+
{{ Form::label('time_display_format', trans('general.time_and_date_display')) }}
-
+
{!! Form::date_display_format('date_display_format', Request::old('date_display_format', $setting->date_display_format), 'select2') !!} - +
+
{!! Form::time_display_format('time_display_format', Request::old('time_display_format', $setting->time_display_format), 'select2') !!} - {!! $errors->first('time_display_format', '') !!} +
+ {!! $errors->first('time_display_format', '') !!} +
+

The date shown in the drop-down is just an example to display the different date formats. It is not meant to reflect today's date.