|
Lines 198-206
Link Here
|
| 198 |
[% IF shelf AND op == 'view' %] |
198 |
[% IF shelf AND op == 'view' %] |
| 199 |
<h1> |
199 |
<h1> |
| 200 |
[% shelf.shelfname | html %] |
200 |
[% shelf.shelfname | html %] |
| 201 |
<a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-shelves.pl?rss=1&op=view&shelfnumber=[% shelf.shelfnumber | uri %]" class="rss-list-link noprint" aria-label="Subscribe to this list"> |
201 |
[% IF ( public ) %] |
| 202 |
<i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i> |
202 |
<a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-shelves.pl?rss=1&op=view&shelfnumber=[% shelf.shelfnumber | uri %]" class="rss-list-link noprint" aria-label="Subscribe to this list"> |
| 203 |
</a> |
203 |
<i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i> |
|
|
204 |
</a> |
| 205 |
[% END %] |
| 204 |
</h1> |
206 |
</h1> |
| 205 |
|
207 |
|
| 206 |
[% IF ( itemsloop ) %] |
208 |
[% IF ( itemsloop ) %] |
| 207 |
- |
|
|