#13649 closed (fixed)
Disabled buttons in admin [PATCH]
Reported by: | Sebastian Noack | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | sprintnov13 | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Under some conditions I set some buttons in the admin forms to disabled (by custom js or in custom tempaltes). But due to django's styling of the admin pages, they don't look much disabled. I had to add some styles to the css file, to make disabled buttons look disabled. Eventhough the admin does not use disabled buttons by default, I think it would be good to have corrsponding styles for that state of buttons, as it makes customzing the admin easier.
Attachments (1)
Change History (8)
by , 14 years ago
Attachment: | admin-disabled-buttons.patch added |
---|
comment:1 by , 14 years ago
Summary: | Hidden buttons in admin [PATCH] → Disabled buttons in admin [PATCH] |
---|
comment:2 by , 14 years ago
milestone: | → 1.3 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Keywords: | sprintnov13 added |
---|
comment:5 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Oops, that above was me.