koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbibl


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.6,1.7
Date: Wed, 08 Jun 2005 11:39:09 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29236/koha-tmpl/intranet-tmpl/npl/en/acqui.simple

Modified Files:
        addbiblio.tmpl 
Log Message:
Synching with rel_2_2.

Index: addbiblio.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** addbiblio.tmpl      2 May 2005 18:11:11 -0000       1.6
--- addbiblio.tmpl      8 Jun 2005 18:39:06 -0000       1.7
***************
*** 12,16 ****
  
        <form method="post" name="f" id="f" action="addbiblio.pl">
! <h1><!-- TMPL_IF NAME="oldbiblionumtagfield" -->Edit MARC Record Number <!-- 
TMPL_VAR name="bibid" --><!-- TMPL_ELSE -->Add MARC Record<!-- /TMPL_IF --></h1>
  
  
--- 12,16 ----
  
        <form method="post" name="f" id="f" action="addbiblio.pl">
! <h1><!-- TMPL_IF NAME="oldbiblionumtagfield" -->Edit MARC Record Number <!-- 
TMPL_VAR name="oldbiblionumber" --><!-- TMPL_ELSE -->Add MARC Record<!-- 
/TMPL_IF --> With Framework : <!--TMPL_VAR Name="framework" --></h1>
  
  
***************
*** 430,436 ****
--- 430,438 ----
                        with(document){
                        document.getElementById(ong).style.visibility="hidden";
+                       if (document.getElementById(link)) {
                        document.getElementById(link).style.color="#669999";
                        
document.getElementById(link).style.backgroundColor="#D8DEB8";
                        }
+                       }
                }
        }
***************
*** 564,567 ****
--- 566,574 ----
  }
  
+ function Changefwk(FwkList) {
+   var fwk = FwkList.options[FwkList.selectedIndex].value;
+   window.location = "addbiblio.pl?oldbiblionumber=<!--TMPL_VAR 
Name="oldbiblionumber"-->&frameworkcode="+fwk;
+ }
+ 
  function AddField(field) {
        document.forms[0].op.value = "addfield";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]