Bug 18973: Auto focus the ISBN field on Z39.50 search form in cataloguing
authorfv@spots.school <fv@spots.school>
Sun, 6 Aug 2017 05:42:03 +0000 (22:42 -0700)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Jun 2018 16:27:02 +0000 (16:27 +0000)
Signed-off-by: George <george@nekls.org>
Signed-off-by: BWS Sandboxes <ByWaterSandboxes@gmail.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt

index 7325414..e926742 100644 (file)
@@ -20,7 +20,7 @@
     <input type="hidden" name="op" id="op" value="do_search" />
            <fieldset class="rows"> 
         <ol>
-        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li>
+        <li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" class="focus" /></li>
         <li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li>
         <li><label for="title">Title: </label> <input type="text" id="title"  name="title" value="[% title |html %]" /></li>
         <li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li>