Browse Source

auto focus on login when document is loaded.

3.0.x
toins 17 years ago
parent
commit
b0bcda97dc
  1. 7
      koha-tmpl/intranet-tmpl/prog/en/auth.tmpl

7
koha-tmpl/intranet-tmpl/prog/en/auth.tmpl

@ -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" -->

Loading…
Cancel
Save