[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes doc-head-circ-close.inc,1.2,1.2.2.1 doc-head-close-addbiblio.inc,1.1,1.1.2.1 doc-head-close.inc,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 18 22:10:58 CET 2005


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

Modified Files:
      Tag: rel_2_2
	doc-head-circ-close.inc doc-head-close-addbiblio.inc 
	doc-head-close.inc 
Log Message:
Enabling popup function in javascript (previously disabled to prevent popups)

Index: doc-head-circ-close.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** doc-head-circ-close.inc	13 Apr 2004 16:57:24 -0000	1.2
--- doc-head-circ-close.inc	18 Jan 2005 21:10:15 -0000	1.2.2.1
***************
*** 8,14 ****
  <!-- Hide from old browsers
  function openWindow(targeturl, windowname) {
! // newwin =
! // window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
! 	location.href = targeturl;
  }
   
--- 8,13 ----
  <!-- Hide from old browsers
  function openWindow(targeturl, windowname) {
! 	newwin =
! 	window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
  }
   

Index: doc-head-close-addbiblio.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** doc-head-close-addbiblio.inc	13 Apr 2004 16:57:24 -0000	1.1
--- doc-head-close-addbiblio.inc	18 Jan 2005 21:10:24 -0000	1.1.2.1
***************
*** 9,15 ****
  <!-- Hide from old browsers
  function openWindow(targeturl, windowname) {
! // newwin =
! // window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
! 	location.href = targeturl;
  }
   
--- 9,14 ----
  <!-- Hide from old browsers
  function openWindow(targeturl, windowname) {
! 	newwin =
! 	window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
  }
   

Index: doc-head-close.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** doc-head-close.inc	13 Apr 2004 16:57:24 -0000	1.1
--- doc-head-close.inc	18 Jan 2005 21:10:24 -0000	1.1.2.1
***************
*** 9,15 ****
  <!-- Hide from old browsers
  function openWindow(targeturl, windowname) {
! // newwin =
! // window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
! 	location.href = targeturl;
  }
   
--- 9,14 ----
  <!-- Hide from old browsers
  function openWindow(targeturl, windowname) {
! 	newwin =
! 	window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
  }
   





More information about the Koha-cvs mailing list