[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en auth.tmpl

Antoine Farnault antoine at koha-fr.org
Tue Jun 5 11:02:49 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/06/05 09:02:49

Modified files:
	koha-tmpl/intranet-tmpl/prog/en: auth.tmpl 

Log message:
	auto focus on login when document is loaded.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: auth.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- auth.tmpl	22 May 2007 09:13:55 -0000	1.4
+++ auth.tmpl	5 Jun 2007 09:02:49 -0000	1.5
@@ -48,4 +48,11 @@
 </form>
 
 <!-- /TMPL_IF -->
+
+<script type="text/javascript">
+// <![CDATA[
+    document.getElementById('userid').focus(); // auto focus on login input when document is loaded.
+// ]]>
+</script>
+
 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list