[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: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.33.2.5,1.33.2.6 |
Date: |
Tue, 24 May 2005 13:29:42 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12150/koha-tmpl/intranet-tmpl/default/en/acqui.simple
Modified Files:
Tag: rel_2_2
addbiblio.tmpl
Log Message:
Coping With Frameworks al allong MARC Editing.
BUG to be Fixed: Framework to save when editing a biblio.
Index: addbiblio.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.33.2.5
retrieving revision 1.33.2.6
diff -C2 -r1.33.2.5 -r1.33.2.6
*** addbiblio.tmpl 7 Apr 2005 10:13:39 -0000 1.33.2.5
--- addbiblio.tmpl 24 May 2005 20:29:40 -0000 1.33.2.6
***************
*** 515,518 ****
--- 515,522 ----
newin=window.open("../z3950/search.pl?bibid=<!-- TMPL_VAR NAME="bibid"
-->"+strQuery,"z3950search",'width=800,height=400,toolbar=false,scrollbars=yes');
}
+ function Changefwk(FwkList) {
+ var fwk = FwkList.options[FwkList.selectedIndex].value;
+ window.location = "addbiblio.pl?oldbiblionumber=<!--TMPL_VAR
Name="oldbiblionumber"-->&frameworkcode="+fwk;
+ }
function AddField(field) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.33.2.5,1.33.2.6,
Henri-Damien LAURENT <=