From 03e33b9dccc2275e95507a881f1d5867977ba80c Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 10 May 2014 13:49:44 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 11905 - when editing item, cursor is positioning in search box and not to item MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cataloging-search.inc had js which set focus to the cataloging search box. I believe the focus should be determined by the page template and not always to this search. I simply removed the js. Signed-off-by: Juhani Seppälä --- .../prog/en/includes/cataloging-search.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc index ba878ce..ba1b4c9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc @@ -1,6 +1,3 @@ -

[% LibraryName %]

-- 1.7.9.5