From 77b28f3d7bb2f9fdb1b37ecb93b474f63604729c Mon Sep 17 00:00:00 2001 From: jide Date: Fri, 15 Dec 2023 13:53:20 -0600 Subject: [PATCH] Fix layout of datetime attribute page. --- .../templates/attribute_datetime.html | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/webapp/views/data_tables/templates/attribute_datetime.html b/webapp/views/data_tables/templates/attribute_datetime.html index b2871b13..f5c7a2bf 100644 --- a/webapp/views/data_tables/templates/attribute_datetime.html +++ b/webapp/views/data_tables/templates/attribute_datetime.html @@ -33,24 +33,6 @@

DateTime Column

Enter a dateTime format string (e.g. YYYY-MM-DD):
{{ macros.item_start() }}{{ wtf.form_field(form.format_string) }}{{ macros.item_end(help_attribute_datetime_format_btn) }} {{ macros.item_start() }}{{ wtf.form_field(form.datetime_precision) }}{{ macros.item_end(help_attribute_datetime_precision_btn) }} - - - - - -
- - - - - - - - - - - -
{{ wtf.form_field(form.bounds_minimum) }} {{ wtf.form_field(form.bounds_minimum_exclusive) }}
{{ wtf.form_field(form.bounds_maximum) }} {{ wtf.form_field(form.bounds_maximum_exclusive) }}
@@ -75,6 +57,24 @@
Enter a dateTime format string (e.g. YYYY-MM-DD):

+ + + + + +
+ + + + + + + + + + + +
{{ wtf.form_field(form.bounds_minimum) }} {{ wtf.form_field(form.bounds_minimum_exclusive) }}
{{ wtf.form_field(form.bounds_maximum) }} {{ wtf.form_field(form.bounds_maximum_exclusive) }}