Bugzilla – Attachment 3257 Details for
Bug 5835
Adding a missing class to the idx select box
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5835-adding-a-class-to-index-select.patch (text/plain), 933 bytes, created by
Chris Cormack
on 2011-03-07 01:00:20 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-07 01:00:20 UTC
Size:
933 bytes
patch
obsolete
>From 524c0f77b27b498a88b07ceeaa1aeab4f2ce5816 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 15 Dec 2010 00:01:04 +0100 >Subject: [PATCH] Bug 5835 : adding a class to index <select> > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > .../prog/en/includes/search_indexes.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc >index fe58c61..aa140f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc >@@ -1,4 +1,4 @@ >-<select name="idx"> >+<select class="advsearch" name="idx"> > <option value="kw">Keyword</option> > <option value="au">Author</option> > <option value="au,phr"> Author as Phrase</option> >-- >1.7.1 >
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 5835
: 3257