Change style of return errors to be more noticable.
authorMichael Hafen <mdhafen@tech.washk12.org>
Tue, 2 Feb 2010 18:48:53 +0000 (11:48 -0700)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 2 Feb 2010 23:45:57 +0000 (18:45 -0500)
Changed the class of the div from message to error.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl

index 12b372c..f1663a2 100644 (file)
@@ -258,7 +258,7 @@ function Dopop(link) {
 <!-- TMPL_ELSE -->
 
 <!-- TMPL_IF NAME="errmsgloop" -->
-    <div class="dialog message">
+    <div class="dialog error">
         <!-- TMPL_LOOP Name="errmsgloop" -->
                     <!-- TMPL_IF Name="badbarcode" -->
                         <p class="problem">No Item with barcode: <!-- TMPL_VAR Name="msg" --></p>