[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple add
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.5,1.6 |
Date: |
Wed, 18 Dec 2002 02:57:42 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory
sc8-pr-cvs1:/tmp/cvs-serv29894/koha-tmpl/intranet-tmpl/default/en/acqui.simple
Modified Files:
addbiblio.tmpl
Log Message:
bugfix for bug #144
Index: addbiblio.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** addbiblio.tmpl 10 Dec 2002 13:42:35 -0000 1.5
--- addbiblio.tmpl 18 Dec 2002 10:57:40 -0000 1.6
***************
*** 267,270 ****
--- 267,275 ----
<input type="hidden" name="subfield" value="<TMPL_VAR
name="oldbiblionumtagsubfield">">
<input type="hidden" name="field_value" value="<TMPL_VAR
name="oldbiblionumber">">
+ <input type="hidden" name="mandatory" value="0">
+ <input type="hidden" name="tag" value="<TMPL_VAR
name="oldbiblioitemnumtagfield">">
+ <input type="hidden" name="subfield" value="<TMPL_VAR
name="oldbiblioitemnumtagsubfield">">
+ <input type="hidden" name="field_value" value="<TMPL_VAR
name="oldbiblioitemnumber">">
+ <input type="hidden" name="mandatory" value="0">
</TMPL_IF>
</form>
***************
*** 296,299 ****
--- 301,306 ----
document.getElementById("error"+i).style.backgroundColor="#FF0000";
total_errors++;
+ } else {
+
document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.5,1.6,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/admin marctagstructure.pl,1.10,1.11
- Next by Date:
[Koha-cvs] CVS: koha newjmember.pl,1.4,1.5 newmember.pl,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha/admin marctagstructure.pl,1.10,1.11
- Next by thread:
[Koha-cvs] CVS: koha newjmember.pl,1.4,1.5 newmember.pl,1.3,1.4
- Index(es):