Change style of return errors to be more noticable.
[koha.git] / 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>