Opened 18 years ago

Closed 18 years ago

#1848 closed enhancement (wontfix)

[patch] admin time shortcut in 30 minute intervals

Reported by: anonymous Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Here's something I did so the clock icon would be a bit more useful. I needed 30 minute intervals and this achieves it without too many mouse clicks.

Attachments (4)

dts.diff (3.9 KB ) - added by oggie rob 18 years ago.
Javascript diff of DateTimeShortcuts
dts_css.txt (516 bytes ) - added by oggie rob 18 years ago.
CSS changes. Figured this wouldn't merge as easily so I didn't diff.
clock_popup.jpg (30.2 KB ) - added by oggie rob 18 years ago.
Show image of clock
django_mods.diff (4.2 KB ) - added by oggie_rob 16 years ago.
Updated changes & synced to trunk, in case anybody wants it for their own

Download all attachments as: .zip

Change History (5)

by oggie rob, 18 years ago

Attachment: dts.diff added

Javascript diff of DateTimeShortcuts

by oggie rob, 18 years ago

Attachment: dts_css.txt added

CSS changes. Figured this wouldn't merge as easily so I didn't diff.

comment:1 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

This is too much of a special-case for inclusion in Django proper.

by oggie rob, 18 years ago

Attachment: clock_popup.jpg added

Show image of clock

by oggie_rob, 16 years ago

Attachment: django_mods.diff added

Updated changes & synced to trunk, in case anybody wants it for their own

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