Lines 228-234
Link Here
|
228 |
[% IF ( itemsloop ) %] |
228 |
[% IF ( itemsloop ) %] |
229 |
[% SET contents = shelf.get_contents %] |
229 |
[% SET contents = shelf.get_contents %] |
230 |
[% IF ( contents.count ) %]<p>This list contains [% contents.count | html %] titles</p>[% END %] |
230 |
[% IF ( contents.count ) %]<p>This list contains [% contents.count | html %] titles</p>[% END %] |
231 |
<div id="floating"> |
231 |
<div id="floating" class="sticky"> |
232 |
<div id="toolbar" class="toolbar clearfix"> |
232 |
<div id="toolbar" class="toolbar clearfix"> |
233 |
<div class="list-actions"> |
233 |
<div class="list-actions"> |
234 |
<a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-fw fa-plus" aria-hidden="true"></i> New list</a> <span class="sep">|</span> |
234 |
<a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-fw fa-plus" aria-hidden="true"></i> New list</a> <span class="sep">|</span> |
Lines 813-819
Link Here
|
813 |
|
813 |
|
814 |
[% INCLUDE 'opac-bottom.inc' %] |
814 |
[% INCLUDE 'opac-bottom.inc' %] |
815 |
[% BLOCK jsinclude %] |
815 |
[% BLOCK jsinclude %] |
816 |
[% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %] |
|
|
817 |
[% IF OpenLibraryCovers || OpenLibrarySearch %] |
816 |
[% IF OpenLibraryCovers || OpenLibrarySearch %] |
818 |
[% Asset.js("js/openlibrary.js") | $raw %] |
817 |
[% Asset.js("js/openlibrary.js") | $raw %] |
819 |
[% END %] |
818 |
[% END %] |