From 685defc62ea0b8062e8187ab6c18ec95552e691b Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Wed, 17 Oct 2018 19:03:00 +0000 Subject: [PATCH] Bug 12283: Disable autocomplete for patron search inputs In a production system, you don't usually search for the same patron over and over, so there's no sense for the browser to save a list of searched patrons in the patron quick search. Therefore, should set autocomplete=off for that input field. Signed-off-by: Jose-Mario Monteiro-Santos Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc index 3b6d0a0a84..91e6fe452d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc @@ -25,7 +25,7 @@ [% ELSE %] - + [% IF ( stickyduedate ) %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index 627eedb7fe..fbf8686ede 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -7,7 +7,7 @@