Closed (fixed)
Project:
Date single day
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2010 at 09:25 UTC
Updated:
29 Apr 2011 at 09:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedIIRC there's a reason this isn't simple.
If you want to look into it more yourself, I'll review a patch :)
Comment #2
fengtanI wrote a patch to put fields inline. Attached is also a screenshot of how it looks. Hope it helps !
Comment #3
joachim commentedThanks for taking the time to work on a patch.
However, we really shouldn't be using an HTML table for layout... it's not the 1990s any more ;)
Comment #4
stackpr commentedThe attach patch fixes the markup to be able to use the date field CSS. I have the single-line markup end before the "extra fields" are rendered. Thus, timezone and any other fields would go on their own lines below the date+time+time line.
Comment #5
joachim commentedOh wow.
That's brilliant -- looks much better and no extra CSS needed!
Committed with some whitespace tweaks. Thanks!
Issue #901284 by witti: Changed output of form elements to appear side by side.