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/default/en/catalogue MARCde


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue MARCdetail.tmpl,1.30.2.5,1.30.2.6
Date: Tue, 24 May 2005 08:52:37 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9454/koha-tmpl/intranet-tmpl/default/en/catalogue

Modified Files:
      Tag: rel_2_2
        MARCdetail.tmpl 
Log Message:
Adding Framework Change "On-line", i.e. Not yet saved in database.

Index: MARCdetail.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.30.2.5
retrieving revision 1.30.2.6
diff -C2 -r1.30.2.5 -r1.30.2.6
*** MARCdetail.tmpl     7 Apr 2005 10:16:25 -0000       1.30.2.5
--- MARCdetail.tmpl     24 May 2005 15:52:34 -0000      1.30.2.6
***************
*** 1,7 ****
  <!-- TMPL_INCLUDE NAME="marc-top.inc" -->
  
  <!-- TMPL_UNLESS name="popup" -->
        <div class="tabbed">
!               <h1 class="catalogue">Biblionumber : <!-- TMPL_VAR 
NAME="biblionumber" --></h1>
                <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
                        Edit biblio
--- 1,8 ----
  <!-- TMPL_INCLUDE NAME="marc-top.inc" -->
  
+ 
  <!-- TMPL_UNLESS name="popup" -->
        <div class="tabbed">
!               <h1 class="catalogue">Biblionumber : <!-- TMPL_VAR 
NAME="biblionumber" --> </h1>
                <a href="acqui.simple/addbiblio.pl?oldbiblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->" class="button catalogue">
                        Edit biblio
***************
*** 41,44 ****
--- 42,47 ----
                        <a href="request.pl?bib=<!-- TMPL_VAR 
NAME="biblionumber" -->" class="button catalogue">Request</a>
                <!-- /TMPL_IF -->
+               
+ 
        </div>
  <!-- /TMPL_UNLESS -->
***************
*** 398,401 ****
--- 401,408 ----
        
newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes');
  }
+ function Changefwk(FwkList) {
+   var fwk = FwkList.options[FwkList.selectedIndex].value;
+   window.location = "MARCdetail.pl?bib=<!--TMPL_VAR 
Name="biblionumber"-->&amp;fwk="+fwk;
+ }
  </script>
  </body>




reply via email to

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