Bugzilla – Attachment 12180 Details for
Bug 8765
Add series title to intranet search results (non XSLT)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8765 - Add series title to intranet search results
0001-Bug-8765-Add-series-title-to-intranet-search-results.patch (text/plain), 1.94 KB, created by
David Cook
on 2012-09-12 21:04:53 UTC
(
hide
)
Description:
Bug 8765 - Add series title to intranet search results
Filename:
MIME Type:
Creator:
David Cook
Created:
2012-09-12 21:04:53 UTC
Size:
1.94 KB
patch
obsolete
>From 6dbd1be3065b0091f3c456bd527a5f346687a773 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 13 Sep 2012 07:00:13 +1000 >Subject: [PATCH] Bug 8765 - Add series title to intranet search results >Content-Type: text/plain; charset="utf-8" > >Patch adds series title to intranet search results, so that the series volume is no longer displayed on its own. > >It also removes the comma that comes before the series volume as this is unnecessary punctuation that creates duplicate punctuation in search results. >--- > .../prog/en/modules/catalogue/results.tt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 2e71ba7..8bcf703 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -474,7 +474,8 @@ YAHOO.util.Event.onContentReady("searchheader", function () { > <b>[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %]</b> > </a> > [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %] >- [% IF ( SEARCH_RESULT.volume ) %],[% SEARCH_RESULT.volume %][% END %] [% IF ( SEARCH_RESULT.volumeddesc ) %], [% SEARCH_RESULT.volumeddesc %][% END %] >+ [% IF ( SEARCH_RESULT.seriestitle ) %][% SEARCH_RESULT.seriestitle %][% END %] >+ [% IF ( SEARCH_RESULT.volume ) %][% SEARCH_RESULT.volume %][% END %] [% IF ( SEARCH_RESULT.volumeddesc ) %], [% SEARCH_RESULT.volumeddesc %][% END %] > </p> > [% IF ( SEARCH_RESULT.summary ) %] > [% IF ( SEARCH_RESULT.author ) %] >-- >1.7.7.4 >
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 8765
:
12180
|
12225