Bugzilla – Attachment 10021 Details for
Bug 8217
Focus on search box in Detail page (staff search)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8217:[SIGNED-OFF] Focus on search box in staff detail page
Bug-8217SIGNED-OFF-Focus-on-search-box-in-staff-de.patch (text/plain), 1.10 KB, created by
Marc Véron
on 2012-06-09 12:56:44 UTC
(
hide
)
Description:
Bug 8217:[SIGNED-OFF] Focus on search box in staff detail page
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2012-06-09 12:56:44 UTC
Size:
1.10 KB
patch
obsolete
>From bf69d1a3b8986e452f184648e8c5756b8e15ad53 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >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 <veron@veron.ch> > >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() { > </script> > </head> > >-<body id="catalog_detail" class="catalog"> >+<body id="catalog_detail" class="catalog" onload="document.getElementById('search-form').focus();"> > > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8217
:
10008
|
10021
|
10162
|
10346
|
10443
|
10596