Change style of return errors to be more noticable.

Changed the class of the div from message to error.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Michael Hafen 2010-02-02 11:48:53 -07:00 committed by Galen Charlton
parent 3f45f621e6
commit 616a5ff349

View 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>