Bugzilla – Attachment 13103 Details for
Bug 8936
Search RSS feeds does not show there items when subscribing in Firefox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox
Bug-8936-Search-RSS-feeds-does-not-show-there-item.patch (text/plain), 1.75 KB, created by
Kyle M Hall (khall)
on 2012-10-29 18:09:31 UTC
(
hide
)
Description:
Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-10-29 18:09:31 UTC
Size:
1.75 KB
patch
obsolete
>From 51c34b5feb89142154301d8601ce3030c49d75f1 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 17 Oct 2012 10:53:29 +0200 >Subject: [PATCH] Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt >index 324d22c..2d51ba6 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt >@@ -49,9 +49,10 @@ > [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages |html %][% END %] > [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes |html %][% END %] > [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size |html %]. [% END %] >- [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn |html %][% END %] </p><p> >+ [% IF ( SEARCH_RESULT.isbn ) %] [% SEARCH_RESULT.isbn |html %][% END %] >+ </p> > [% IF ( RequestOnOpac ) %] >-<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">Place Hold on <i>[% SEARCH_RESULT.title %]</i></a></p> >+<p><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]">Place Hold on <i>[% SEARCH_RESULT.title %]</i></a></p> > [% END %] > ]]></description> > <guid>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]</guid> >-- >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 8936
:
12880
|
12886
| 13103