http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7889 Priority: P5 - low Change sponsored?: --- Bug ID: 7889 Assignee: oleonard@myacpl.org Blocks: 7884 Summary: Use standard style for errors and messages QA Contact: koha.sekjal@gmail.com Severity: minor Classification: Unclassified OS: All Reporter: oleonard@myacpl.org Hardware: All Status: NEW Version: master Component: Templates Product: Koha When displaying in-page errors or messages to the user a standard style should be used. Errors, alerts, or other messages which indicate failures, warnings, or other high-priority information should use: <div class="dialog alert"> ...error... </div> Informational messages should use: <div class="dialog message"> ...message... </div> -- You are receiving this mail because: You are watching all bug changes.