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"
---
 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>&ldquo;[% query_desc |html 
%] [% limit_desc |html %]&rdquo; </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 %]&amp;count=[% countrss |html 
%]&amp;sort_by=acqdate_dsc&amp;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.5.4

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to