View | Details | Raw Unified | Return to bug 1917
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves-rss.tt (-2 / +7 lines)
Lines 4-15 Link Here
4
4
5
<channel>
5
<channel>
6
 <title>[% shelfname %]</title>
6
 <title>[% shelfname %]</title>
7
 <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber | html %]</link>
7
 <link>[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber %]</link>
8
 <description>RSS feed for public list [% shelfname | html %]</description>
8
 <description>RSS feed for public list [% shelfname | html %]</description>
9
9
10
[% FOREACH i IN itemsloop %]
10
[% FOREACH i IN itemsloop %]
11
 <item>
11
 <item>
12
  <title>[% i.title %] by [% i.author %]</title>
12
  <title>
13
    [% i.title | html %]
14
    [% IF i.author %]
15
        by [% i.author | html %]
16
    [% END %]
17
  </title>
13
  <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link>
18
  <link>[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.biblionumber %]</link>
14
 </item>
19
 </item>
15
[% END %]
20
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 154-160 Link Here
154
                        <h3>
154
                        <h3>
155
                            [% shelfname |html %]
155
                            [% shelfname |html %]
156
                            <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber | html %]" class="rss-list-link noprint">
156
                            <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-shelves.pl?rss=1&amp;viewshelf=[% shelfnumber | html %]" class="rss-list-link noprint">
157
                                <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/>
157
                                <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" border="0" class="rsssearchicon"/>
158
                            </a>
158
                            </a>
159
                        </h3>
159
                        </h3>
160
160
161
- 

Return to bug 1917