|
Lines 193-204
Link Here
|
| 193 |
[% END %] |
193 |
[% END %] |
| 194 |
|
194 |
|
| 195 |
[% IF shelf AND op == 'view' %] |
195 |
[% IF shelf AND op == 'view' %] |
| 196 |
<h2> |
196 |
<h1> |
| 197 |
[% shelf.shelfname | html %] |
197 |
[% shelf.shelfname | html %] |
| 198 |
<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"> |
198 |
<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"> |
| 199 |
<i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i> |
199 |
<i class="fa fa-fw fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this list"></i> |
| 200 |
</a> |
200 |
</a> |
| 201 |
</h2> |
201 |
</h1> |
| 202 |
|
202 |
|
| 203 |
[% IF ( itemsloop ) %] |
203 |
[% IF ( itemsloop ) %] |
| 204 |
[% SET contents = shelf.get_contents %] |
204 |
[% SET contents = shelf.get_contents %] |
|
Lines 617-623
Link Here
|
| 617 |
<fieldset class="rows"> |
617 |
<fieldset class="rows"> |
| 618 |
[% IF op == 'add_form' %] |
618 |
[% IF op == 'add_form' %] |
| 619 |
<div id="addshelf"> |
619 |
<div id="addshelf"> |
| 620 |
<legend>Create a new list</legend> |
620 |
<h1>Create a new list</h1> |
| 621 |
<input type="hidden" name="op" value="add" /> |
621 |
<input type="hidden" name="op" value="add" /> |
| 622 |
[% ELSE %] |
622 |
[% ELSE %] |
| 623 |
<legend>Editing <em>[% shelf.shelfname | html %]</em></legend> |
623 |
<legend>Editing <em>[% shelf.shelfname | html %]</em></legend> |
|
Lines 699-705
Link Here
|
| 699 |
</form> |
699 |
</form> |
| 700 |
|
700 |
|
| 701 |
[% ELSIF op == 'list' %] |
701 |
[% ELSIF op == 'list' %] |
| 702 |
<h2>Lists</h2> |
702 |
<h1>Lists</h1> |
| 703 |
<div class="toptabs ui-tabs ui-widget ui-widget-content ui-corner-all"> |
703 |
<div class="toptabs ui-tabs ui-widget ui-widget-content ui-corner-all"> |
| 704 |
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> |
704 |
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> |
| 705 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
705 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
| 706 |
- |
|
|