Bugzilla – Attachment 7173 Details for
Bug 7277
keyword mapping needs spaces in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7277: Fixes display of subtitles in opac.
SIGNED-OFF-Bug-7277-Fixes-display-of-subtitles-in-.patch (text/plain), 2.98 KB, created by
Nicole C. Engard
on 2012-01-16 14:13:37 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7277: Fixes display of subtitles in opac.
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-01-16 14:13:37 UTC
Size:
2.98 KB
patch
obsolete
>From 9e5b329e3e36ea16209a254773dbcb21a6f7d4bb Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Sun, 15 Jan 2012 17:00:12 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7277: Fixes display of subtitles in opac. > >Adds comma and space to results display in opac between title and subtitles. >Also removes extra space before the subtitle in the results display of the staff pac. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/catalogue/results.tt | 2 +- > .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- > 2 files changed, 2 insertions(+), 2 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 52969f3..18a992d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -459,7 +459,7 @@ YAHOO.util.Event.onContentReady("searchheader", function () { > [% INCLUDE 'biblio-default-view.inc' %] > <b>[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %]</b> > </a> >- [% FOREACH subtitl IN SEARCH_RESULT.subtitle %] , [% subtitl.subfield %] [% END %] >+ [% 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 %] > </p> > [% IF ( SEARCH_RESULT.summary ) %] >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >index 798e0d8..e7c6e2d 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt >@@ -417,7 +417,7 @@ $(document).ready(function(){ > [% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> > [% END %] > [% END %] >- [% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %][% subtitl.subfield %][% END %]</a> >+ [% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]</a> > [% IF ( SEARCH_RESULT.author ) %]by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% SEARCH_RESULT.author |url %]" title="Search for works by this author" class="author">[% SEARCH_RESULT.author %]</a> > [% ELSE %] > [% END %] >-- >1.7.2.3
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 7277
:
6457
|
6458
|
6459
|
7167
| 7173