CVS: koha-html/intranet-html/includes circulation-top.inc,1.1.1.1,1.2
Update of /cvsroot/koha/koha-html/intranet-html/includes In directory usw-pr-cvs1:/tmp/cvs-serv11086/intranet-html/includes Modified Files: circulation-top.inc Log Message: Added in code to focus cursor on first form input Index: circulation-top.inc =================================================================== RCS file: /cvsroot/koha/koha-html/intranet-html/includes/circulation-top.inc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** circulation-top.inc 2001/02/04 20:52:45 1.1.1.1 --- circulation-top.inc 2001/02/14 00:30:08 1.2 *************** *** 24,28 **** parent.location.href=(form.dest.options[myindex].value); } ! if (document.images){ --- 24,35 ---- parent.location.href=(form.dest.options[myindex].value); } ! ! function focusinput() { ! document.forms[0].elements[0].select(); ! document.forms[0].elements[0].focus(); ! document.forms[0].elements[0].focus(); ! } ! ! if (document.images){ *************** *** 39,43 **** </head> <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300" ! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 > --- 46,50 ---- </head> <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300" ! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onLoad=focusinput()>
participants (1)
-
Chris Cornack