Bugzilla – Attachment 1498 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 against current head
0001-Bug-3663-current-head-version-changes-to-OPAC-advanc.patch (text/plain), 3.08 KB, created by
Chris Cormack
on 2010-03-15 17:34:00 UTC
(
hide
)
Description:
patch file against current head
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-03-15 17:34:00 UTC
Size:
3.08 KB
patch
obsolete
>From 232f9368d51bfe3a10a164e15d7e87431882f80d Mon Sep 17 00:00:00 2001 >From: Jane Wagner <jwagner@ptfs.com> >Date: Mon, 15 Mar 2010 13:30:14 -0400 >Subject: [PATCH] Bug 3663 current head version changes to OPAC advanced search > >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 31698b1..1d211c4 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="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 --> > <option value="au,wrdl">Author</option> > > <!-- TMPL_IF NAME="expanded_options" --> >@@ -83,16 +93,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" --> >@@ -104,6 +104,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