Closed (fixed)
Project:
Date
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2011 at 14:32 UTC
Updated:
10 Nov 2011 at 15:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
karens commentedThis is committed.
Comment #2
arlinsandbulte commentedLooks like this commit removed the "From Date" & "To Date" labels from the date fields. See screenshots.
Was that intended?
Comment #3
karens commentedI did that on purpose. I am trying to compress the amount of space it takes up and mimic the Google calendar options. They don't have 'From' and 'To' labels on their date fields. I added a light border around each so you can see which date parts go together.
If people don't like that we can put the labels back.
Comment #4
arlinsandbulte commentedOK, that is good enough for me.
Comment #6
dboulet commentedRemoving the labels causes display problems when the fields are required, see #1248786: Fix appearance of marker for required date fields.
Also, it's now not entire clear to user that the first date is a start date and the second is the end date. This could be fixed by #1248720: In-Line 'End Date' with 'to' text., but still leaves the problem of the required field marker being abandoned.
Comment #7
kmajzlik commentedAny option to make this checkbox always checked?
I use "end date optionaly", but it means one more click for user. If they do not check it then value is ignored(i tried this simple thing: .form-type-date-popup { display: inline-block !important; } ). Not a good for CRM etc application where people works all worktime.
I tried: hook_form_alter(); theme_form_element(); theme_date_popup(); (with respecting names of module/theme of course) and nothing helped me.
I would like to prefer to set it in field settings instead of making JS.
Comment #8
Prague man commentedSubs.
Comment #9
arlinsandbulte commentedFollowup issues are actually duplicates of this: #1250626: Add start date and end date labels
Original issue here is fixed, so I am setting it back that way.