[Koha-bugs] [Bug 27695] Fix style of messages on Elasticsearch configuration page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 3 13:45:57 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695

--- Comment #5 from Owen Leonard <oleonard at myacpl.org> ---
For what it's worth...

The "message" style was originally defined for any kind of message that is
informational, i.e. no action is required on the part of the user.

<div class="dialog message"> ... </div>

The "alert" style was intended for messages which DO require the user  to take
action: They have to make a choice asked in the dialog, or they have to address
the error in the dialog in order to proceed.

<div class="dialog alert"> ... </div>

The "error" parameter being added to scripts resulted in this markup:

<div class="dialog error"> ... </div>

...which was never added as a style in CSS.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list