[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes script.js,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 25 23:49:23 CET 2005


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

Modified Files:
      Tag: rel_2_2
	script.js 
Log Message:
Adding Dopop function for virtual shelves popup

Index: script.js
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/script.js,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** script.js	11 Jan 2005 22:47:17 -0000	1.1.2.1
--- script.js	25 Jan 2005 22:49:09 -0000	1.1.2.2
***************
*** 60,62 ****
  		return false;
  	}
! }
\ No newline at end of file
--- 60,66 ----
  		return false;
  	}
! }
! 
! function Dopop(link) {
! 	newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes');
! 	}
\ No newline at end of file





More information about the Koha-cvs mailing list