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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7889
          Assignee: [email protected]
            Blocks: 7884
           Summary: Use standard style for errors and messages
        QA Contact: [email protected]
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to