[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ retur... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ retur... [rel_3_0] |
Date: |
Thu, 23 Nov 2006 11:36:20 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/23 11:36:20
Modified files:
koha-tmpl/intranet-tmpl/prog/en/circ: returns.tmpl
Log message:
input text get focus when page is loaded
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.4.2.6&r2=1.4.2.7
Patches:
Index: returns.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -u -b -r1.4.2.6 -r1.4.2.7
--- returns.tmpl 17 Nov 2006 14:57:22 -0000 1.4.2.6
+++ returns.tmpl 23 Nov 2006 11:36:20 -0000 1.4.2.7
@@ -197,5 +197,8 @@
<!-- /TMPL_IF -->
+<script type="text/JavaScript" language="JavaScript">
+ document.mainform.barcode.focus();
+</script>
<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->