From rangi@users.sourceforge.net Wed Mar 7 13:24:10 2001 From: Chris Cornack To: koha-devel@lists.koha-community.org Subject: [Koha-devel] CVS: koha-html/intranet-html/includes circulation-bottom.inc,NONE,1.1 cat-top.inc,1.2,1.3 Date: Wed, 07 Mar 2001 13:25:50 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6657647261090114685==" --===============6657647261090114685== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update of /cvsroot/koha/koha-html/intranet-html/includes In directory usw-pr-cvs1:/tmp/cvs-serv27746 Modified Files: cat-top.inc=20 Added Files: circulation-bottom.inc=20 Log Message: Added bottom include for circulation, putting a little piece of javascript in= cat-top.inc To spawn a new window (for catalogue maintenance) --- NEW FILE ---

 

Home || Circulation || Catalogue || Members || Acquisitions || Reports || Help || OPAC || Library Website
Index: cat-top.inc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/koha/koha-html/intranet-html/includes/cat-top.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** cat-top.inc 2001/02/05 18:54:58 1.2 --- cat-top.inc 2001/03/07 21:25:48 1.3 *************** *** 36,39 **** --- 36,44 ---- } =20 + function messenger(url){ =20 + window1=3Dwindow.open(url,"window1","height=3D250,width=3D350,left=3D150,= top=3D50,350,screenY=3D50"); +=20 + } +=20 //--> =20 --===============6657647261090114685==--