Bugzilla – Attachment 1497 Details for
Bug 3663
Proposed changes to OPAC advanced search page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
0001-Bug-3663-screen-changes-to-OPAC-advanced-search.patch (text/plain), 3.09 KB, created by
Chris Cormack
on 2010-02-08 12:47:00 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-02-08 12:47:00 UTC
Size:
3.09 KB
patch
obsolete
>From 1045c35e168e0eeec03e85ce3aa6ec388c890290 Mon Sep 17 00:00:00 2001 >From: Jane Wagner <jwagner@ptfs.com> >Date: Thu, 24 Sep 2009 12:18:24 -0400 >Subject: [PATCH] Bug 3663 screen changes to OPAC advanced search >Content-Type: text/plain; charset="utf-8" > >Copy Search button to top of screen, rearrange order of indexes in search >pulldown list (to Keyword, Title, Subject, then Author & the rest) >--- > .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl | 31 +++++++++++++------ > 1 files changed, 21 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl >index 0f1d333..10b6dd0 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tmpl >@@ -60,6 +60,16 @@ > <!-- TMPL_IF NAME="expanded_options" --><!-- TMPL_VAR NAME="left_content" --><!-- /TMPL_IF --> > <select name="idx"> > <option value="kw">Keyword</option> >+ <option value="ti">Title</option> >+<!-- TMPL_IF NAME="expanded_options" --> >+ <option value="ti,phr"> Title Phrase</option> >+ <option value="se,wrdl">Series Title</option> >+ <option value="callnum">Call Number</option> >+<!-- /TMPL_IF --> >+ <option value="su,wrdl">Subject</option> >+<!-- TMPL_IF NAME="expanded_options" --> >+ <option value="su,phr"> Subject Phrase</option> >+<!-- /TMPL_IF --> > <option value="au,wrdl">Author</option> > > <!-- TMPL_IF NAME="expanded_options" --> >@@ -84,16 +94,6 @@ > <!-- TMPL_ELSE --> > <option value="nb">ISBN</option> > <!-- /TMPL_IF --> >- <option value="su,wrdl">Subject</option> >-<!-- TMPL_IF NAME="expanded_options" --> >- <option value="su,phr"> Subject Phrase</option> >-<!-- /TMPL_IF --> >- <option value="ti">Title</option> >-<!-- TMPL_IF NAME="expanded_options" --> >- <option value="ti,phr"> Title Phrase</option> >- <option value="se,wrdl">Series Title</option> >- <option value="callnum">Call Number</option> >-<!-- /TMPL_IF --> > </select> > <input type="text" size="30" name="q" title="Enter search terms" value="" /> > <!-- TMPL_IF NAME="expanded_options" --> >@@ -105,6 +105,17 @@ > > </fieldset></div> > </div> >+<div class="yui-g"><div class="container" style="text-align: center;"><!-- SEARCH BUTTONS --> >+ >+ <input class="submit" type="submit" accesskey="s" name="do" title="Search" value="Search" /> >+ <!-- TMPL_IF NAME="expanded_options" --> >+ <a href="/cgi-bin/koha/opac-search.pl?expanded_options=0">[Fewer Options]</a> >+ <!-- TMPL_ELSE --> >+ <a href="/cgi-bin/koha/opac-search.pl?expanded_options=1">[More options]</a> >+ <!-- /TMPL_IF --> >+ <a href="/cgi-bin/koha/opac-search.pl?do=Clear">[New Search]</a> >+ >+<!-- /SEARCH BUTTONS --></div></div> > <div id="pubrange" class="container"> > <fieldset> > <!-- PUB RANGE OPTION --> >-- >1.5.6.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 3663
: 1497 |
1498