From 49b345aba9cfa263d8101e0835776bb6bad0c9a2 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Sat, 2 Mar 2013 02:21:58 -0500 Subject: [PATCH] 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 Signed-off-by: Mike Rylander --- Open-ILS/src/templates/opac/parts/place_hold.tt2 | 2 +- Open-ILS/src/templates/opac/place_hold.tt2 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/place_hold.tt2 b/Open-ILS/src/templates/opac/parts/place_hold.tt2 index 3ce5f06541..07bdcc7374 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" %] -- 2.11.0