Ticket #1921 (closed defect: fixed)
Flash Message modifications
| Reported by: | cd34 | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Installation | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Flash messages appear to always output the green bar and checkbox, regardless of the status that is set. Granted, it's a small css and template change, but, the current settings are a bit confusing when you use flash to present an error and are presented with a green checkmark and a green bar which usually signifies an 'ok' response.
While I've not uploaded any graphics, the following diff's at least give some basic functionality to the flash message by supporting status_ok, status_warning and status_alert and should guide someone a little further in making template and css changes. Changes are to the .css file and master.html. Diff's attached.
Attachments
Change History
comment:1 Changed 4 years ago by cd34
after digging a little further into the CSS, I see how the original html author intended the function to be used. I've submitted some minor css to utilize the included graphics and cleaned up the CSS a bit.
comment:2 Changed 4 years ago by cd34
also, in sidebar there is a color of #fffe1 which is invalid. I believe the color was originally intended to be #ffffe1 which I've submitted with the updated diff.
Changed 4 years ago by cd34
-
attachment
css.diff
added
modified style.css diff to handle flash messages as it appears the original web designer intended