Bug 13826 - OPAC: Display RSS icon on list of recent comments
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 Veron <veron@veron.ch> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
6b3fd48f3f
commit
e043b5563f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue