Bugzilla – Attachment 36843 Details for
Bug 13826
OPAC: Display RSS icon on list of recent comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13826 - OPAC: Display RSS icon on list of recent comments
Signed-off-Bug-13826---OPAC-Display-RSS-icon-on-li.patch (text/plain), 2.07 KB, created by
Marc Véron
on 2015-03-12 19:09:08 UTC
(
hide
)
Description:
[Signed-off] Bug 13826 - OPAC: Display RSS icon on list of recent comments
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-12 19:09:08 UTC
Size:
2.07 KB
patch
obsolete
>From da40fd9875ab04d8644ebceb13aad1608dcdbddd Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 12 Mar 2015 08:04:14 +0100 >Subject: [PATCH] [Signed-off] Bug 13826 - OPAC: Display RSS icon on list of > recent comments >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds RSS icon to OPAC page 'Recent comments' > >To test: >1) >Enable display of 'Recent comments' in OPAC (Syspref OpacShowRecentComments) >2) >In OPAC, go to Home > Recent comments >3) >Verify that there is a link in the head part of the HTML source code (<link rel="alternate" type="application/rss+xml"....), but no RSS icon on the pate itself (like in search results). >4) >Apply patch >Result: Icon with link to RSS feed is displayed next to title. > >Bug 13826 - Follow-Up: Close </h3> > >There was a slash missing. > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >Signed-off-by for the Follow Up: Marc Véron <veron@veron.ch> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >index 3057b40..ce0a828 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt >@@ -28,7 +28,7 @@ > <div class="span12"> > [% END %] > <div id="showreviews" class="searchresults maincontent"> >- <h3>Recent comments</h3> >+ <h3>Recent comments <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-showreviews.pl?format=rss" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to recent comments" title="Subscribe to recent comments" border="0" class="rsssearchicon"/></a></h3> > <table class="table table-striped"> > [% FOREACH review IN reviews %] > <tr> >-- >1.7.10.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 13826
:
36826
|
36842
|
36843
|
36849