Bugzilla – Attachment 7369 Details for
Bug 6985
Hide "kw,wrdl:" from Search Results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6985 - remove kw,wrdl from the search results
Bug-6985---remove-kwwrdl-from-the-search-results.patch (text/plain), 1.78 KB, created by
Jared Camins-Esakov
on 2012-01-28 15:11:04 UTC
(
hide
)
Description:
Bug 6985 - remove kw,wrdl from the search results
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-01-28 15:11:04 UTC
Size:
1.78 KB
patch
obsolete
>From d3baf0765edc0fa5ba85524b11758c1060569b36 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Wed, 25 Jan 2012 14:41:03 -0600 >Subject: [PATCH] Bug 6985 - remove kw,wrdl from the search results >Content-Type: text/plain; charset="UTF-8" > >To test: > >* Apply patch >* Do a search in the OPAC, the result page should now say > "Your search returned X results" instead of > "Your search for "kw,wrdl:yyy" returned x results" > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >--- > koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc >index 0ffb881..2a45ff1 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc >@@ -177,7 +177,7 @@ > </div> > </div> > <div id="breadcrumbs" class="yui-g"> >-[% IF ( searchdesc ) %]<p>[% IF ( total ) %]<strong>“[% query_desc |html %] [% limit_desc |html %]” </strong>returned [% total |html %] results. [% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %] >+[% IF ( searchdesc ) %]<p>[% IF ( total ) %]<strong>Your search returned [% total |html %] results.</strong> [% IF ( related ) %] (related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %]). [% END %] > <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2"><img src="/opac-tmpl/prog/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" /></a> > [% ELSE %] > <strong>No Results Found!</strong> >-- >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 6985
:
5752
|
7331
|
7369
|
7449
|
7454
|
7468