From: Ben Shum Date: Sat, 2 Mar 2013 07:21:58 +0000 (-0500) Subject: TPAC - set autofocus to user input when placing holds in staff client X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1228dbf43d304264fadb4eb004cdfa388b57d0a7;p=evergreen%2Fpines.git TPAC - set autofocus to user input when placing holds in staff client When placing holds in TPAC via the staff client, the focus had been on the basic search field above. Change this to have autofocus on the input field for the hold user by default. This can potentially save staff from having to perform an extra click to select the input field. Now they can immediately begin entering the barcode of the user they plan to create a hold on behalf of. Signed-off-by: Ben Shum Conflicts: Open-ILS/src/templates/opac/parts/place_hold.tt2 Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index 2066616506..9a58f6d640 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold.tt2 @@ -22,7 +22,7 @@ -
+
[% INCLUDE "opac/parts/searchbar.tt2" %]