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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 153-159 Link Here
153
                    [% IF ( viewshelf ) %]<!--  Viewing a particular shelf -->
153
                    [% IF ( viewshelf ) %]<!--  Viewing a particular shelf -->
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 %]" class="rss-list-link noprint">
157
                                <img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this list" title="Subscribe to this list" 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
- 

Return to bug 1917