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:
parent
3f45f621e6
commit
616a5ff349
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue