View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019143 | phpList 3 application | Theme - Trevelin | public | 28-03-18 11:51 | 02-04-18 23:39 |
Reporter | suela | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.3.2-RC2 | ||||
Target Version | 3.3.2 | ||||
Summary | 0019143: Make successfull operation messages Green | ||||
Description | Currently messages that appear when an operation is compleated successfully are shown in red, which is very confusing and that needs to be changed in green. Examples: Import is successfull, Template is saved successfully. | ||||
Tags | No tags attached. | ||||
|
In fact, all results in div "actionresult" are shown in red, no matter what is the result. This is the box that used to have a black border without background and black letters in Dressprow. There no difference in phplist to indetify if the result in this "actionresult" div is errror result or success result. So I will do this: - if the text has the word success i will add the class alert-success (green box) - if the text has the word error I will add the class alert-danger (red box) - if the text dont have words success or error i will add the class alert-info (light blue box) Lets see how it works this way. |
|
https://github.com/mariez/phplist-ui-bootlist/commit/84c818882bcf770bd95c358ea668cb390cc9b2f7 |