CVS: koha/circ circulation.pl,1.16,1.17
Update of /cvsroot/koha/koha/circ In directory usw-pr-cvs1:/tmp/cvs-serv7477/circ Modified Files: circulation.pl Log Message: Adding in javscript code to open a new window for payments Index: circulation.pl =================================================================== RCS file: /cvsroot/koha/koha/circ/circulation.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** circulation.pl 2001/03/28 02:23:03 1.16 --- circulation.pl 2001/03/28 03:00:56 1.17 *************** *** 76,80 **** ! if ($printer && $branch) { --- 76,88 ---- ! print <<EOF ! <script language="javascript" type="text/javascript"> ! <!-- ! function messenger(url){ ! window1=window.open(url,"window1","height=700,width=600,left=150,top=50,350,screenY=50"); ! } ! //--> ! </script> ! EOF if ($printer && $branch) {
participants (1)
-
Chris Cormack