Opened 15 years ago

Closed 14 years ago

#11314 closed (fixed)

Admin Date Widget Usability: The current date is not highlighted in the calendar.

Reported by: latentflip Owned by: latentflip
Component: contrib.admin Version: 1.0
Severity: Keywords: usability
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The current date is not highlighted in the Admin's calendar widget, which makes it quite difficult to use (for me at least). It looks like this functionality may have existed at some point, as there is already a css class for it in /admin/media/widgets.css:

.calendar td.today a { background: #ffc; }

I have attached a simple patch which fixes this. Improvements to my code are more than welcome.

Attachments (1)

CalUsability.diff (1.3 KB ) - added by latentflip 15 years ago.
Adds Today's date highlighting to admin calendar widget

Download all attachments as: .zip

Change History (8)

by latentflip, 15 years ago

Attachment: CalUsability.diff added

Adds Today's date highlighting to admin calendar widget

comment:1 by latentflip, 15 years ago

Owner: changed from nobody to latentflip
Status: newassigned

comment:2 by anonymous, 15 years ago

Resolution: fixed
Status: assignedclosed

comment:3 by anonymous, 15 years ago

Resolution: fixed
Status: closedreopened

comment:4 by anonymous, 15 years ago

Resolution: fixed
Status: reopenedclosed

comment:5 by anonymous, 15 years ago

Resolution: fixed
Status: closedreopened

comment:6 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:7 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [12089]) Fixed #11314 - Highlight the current date in the admin calendar widget.

Note: See TracTickets for help on using tickets.
Back to Top