[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue MARCdetail.tmpl,1.27,1.28

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 2 17:43:11 CET 2004


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

Modified Files:
	MARCdetail.tmpl 
Log Message:
opening a popup in a small window

Index: MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** MARCdetail.tmpl	2 Nov 2004 17:28:31 -0000	1.27
--- MARCdetail.tmpl	2 Dec 2004 16:43:09 -0000	1.28
***************
*** 333,337 ****
  }
  function Dopop(link) {
! 	newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
  }
  </script>
--- 333,337 ----
  }
  function Dopop(link) {
! 	newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes');
  }
  </script>





More information about the Koha-cvs mailing list