(bugfix) focusing on barcode for returns
authorPaul POULAIN <paul.poulain@biblibre.com>
Mon, 12 May 2008 12:56:48 +0000 (14:56 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 May 2008 15:07:54 +0000 (10:07 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl

index 1594964..75ea48c 100644 (file)
@@ -268,7 +268,7 @@ function Dopop(link) {
             <fieldset>
        <legend>Check In</legend>
             <label for="barcode">Enter item barcode: </label>
-                       <input name="barcode" id="barcode" size="14" />
+                       <input name="barcode" id="barcode" size="14" class="focus"/>
             <input type="submit" class="submit" value="Submit" />
             <!-- TMPL_LOOP Name="inputloop" -->
                 <input type="hidden" name="ri-<!-- TMPL_VAR Name="counter" -->" value="<!-- TMPL_VAR Name="barcode" -->" />