https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27695 --- Comment #5 from Owen Leonard <oleonard@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.