From: tipaul Date: Wed, 18 Dec 2002 10:57:40 +0000 (+0000) Subject: bugfix for bug #144 X-Git-Tag: R_1-3-3~30 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=7b7cafb055ccc1a0e637276a829bd0b4f84c5d2f;p=koha_gimpoz bugfix for bug #144 --- diff --git a/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl b/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl index 26a32cdc08..b80b2114db 100644 --- a/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl @@ -266,6 +266,11 @@ "> "> "> + + "> + "> + "> + @@ -295,6 +300,8 @@ function Check(f) { if (f.field_value[i].value.length==0 && f.mandatory[i].value==1) { document.getElementById("error"+i).style.backgroundColor="#FF0000"; total_errors++; + } else { + document.getElementById("error"+i).style.backgroundColor="#FFFFFF"; } } var alertString2;