#12803 closed (fixed)
Provide styling for warning and error messages
Reported by: | Beat Bolli | Owned by: | Simon Meers |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2-beta |
Severity: | Keywords: | admin messages icons | |
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 new contrib.messages framework provides for different message levels. The admin interface styles all of them in the same way, with an "OK" icon. This patch adds some distinguishing styling for warning and error messages.
Attachments (2)
Change History (11)
by , 15 years ago
Attachment: | message-style.diff added |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 15 years ago
Attachment: | admin_message_icons.diff added |
---|
DRYer CSS, alternate icon for warnings (though maybe less visual emphasis)
comment:3 by , 15 years ago
Cc: | added |
---|---|
Keywords: | admin messages icons added |
(was just about to submit this as a new issue, but found this one with an almost identical patch)
follow-up: 5 comment:4 by , 15 years ago
milestone: | 1.2 → 1.3 |
---|
This is really a feature request, and so can't go on 1.2.
comment:5 by , 15 years ago
Replying to ubernostrum:
This is really a feature request, and so can't go on 1.2.
Couldn't preventing error messages from being displayed with a green tick be considered a bugfix?! Plus the patch is dead simple...
comment:6 by , 15 years ago
Cc: | removed |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:7 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 by , 14 years ago
(In [13394]) [1.2.X] Fixed #12803 - Added styling for 'error' and 'warning' messages in admin.
Thanks to bboli and sebastian_noack for the report, DrMeers for the patch.
Backport of [13393] from trunk. Considered a bug (and therefore backported)
due to error and warning messages being styled with green tick previously.
CSS and template patch