diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css index f9447cd6..3a3a4047 100644 --- a/productMods/edit/forms/css/customForm.css +++ b/productMods/edit/forms/css/customForm.css @@ -125,3 +125,14 @@ vertical-align:top; #ie67DisableWrapper { display: none; } + +/********** +dateTime +**********/ +fieldset#dateTime { + margin-top: 0.5em; +} + +fieldset#dateTime label { + display: inline; +} \ No newline at end of file diff --git a/productMods/templates/freemarker/widgets/edit/DateTimeWithPrecision.ftl b/productMods/templates/freemarker/widgets/edit/DateTimeWithPrecision.ftl index 67c195db..b754ee4d 100644 --- a/productMods/templates/freemarker/widgets/edit/DateTimeWithPrecision.ftl +++ b/productMods/templates/freemarker/widgets/edit/DateTimeWithPrecision.ftl @@ -61,63 +61,28 @@ parameters from within the original custom form --> <#if specLevel gte 1> <#-- Only text input field in the mix. We should have some validation to ensure it's a valid year (4 digits, integer, etc) --> - required /> + required /> <#if specLevel gte 2> <#if specLevel gte 3> @@ -125,163 +90,45 @@ parameters from within the original custom form --> <#-- We'll need to make this more flexible to support 24 hour display down the road. For now assuming 12h with am/pm --> <#if specLevel gte 5> <#if specLevel gte 6>