[Koha-bugs] [Bug 7889] New: Use standard style for errors and messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 3 18:17:07 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7889

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7889
          Assignee: oleonard at myacpl.org
            Blocks: 7884
           Summary: Use standard style for errors and messages
        QA Contact: koha.sekjal at gmail.com
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: oleonard at 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.


More information about the Koha-bugs mailing list