From bf69d1a3b8986e452f184648e8c5756b8e15ad53 Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Sat, 9 Jun 2012 11:43:56 +0100 Subject: [PATCH] Bug 8217:[SIGNED-OFF] Focus on search box in staff detail page Content-Type: text/plain; charset="utf-8" Signed-off-by: Marc Veron Works exactly as expected. Adds onload="document.getElementById('search-form').focus() to HTMP body. --- .../prog/en/modules/catalogue/detail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index c92a891..cd203c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -45,7 +45,7 @@ function verify_images() { - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -- 1.7.2.5