From 745e4e53d5b2dc5b9e3e5e4a977801df7ab18fc1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 6 Aug 2020 19:09:43 +0000 Subject: [PATCH] Bug 25954: (Follow-up) Correct label "for" attribute This patch updates a couple of search include forms to change the "for" attribute of the label. Although "idx" is the first field in this situation, the label's text applies to the keyword field so it should give focus to the keyword field. --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc index dfe202309f..af5821d32e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc @@ -27,7 +27,7 @@