Lines 205-211
$(function() {
Link Here
|
205 |
|
205 |
|
206 |
<a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfid=[% shelfnumber %]" class="download tag_hides" onclick="open(CGIBIN+'opac-downloadshelf.pl?shelfid=[% shelfnumber %]','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false;">Download List</a> |
206 |
<a href="/cgi-bin/koha/opac-downloadshelf.pl?shelfid=[% shelfnumber %]" class="download tag_hides" onclick="open(CGIBIN+'opac-downloadshelf.pl?shelfid=[% shelfnumber %]','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false;">Download List</a> |
207 |
|
207 |
|
208 |
<span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber %]" class="send tag_hides" onclick="open(CGIBIN+'opac-sendshelf.pl?shelfid=[% shelfnumber %]','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; ">Send List</a></span> |
208 |
[% IF ( opacuserlogin ) %]<span class="sendlist"><a href="/cgi-bin/koha/opac-sendshelf.pl?shelfid=[% shelfnumber %]" class="send tag_hides" onclick="open(CGIBIN+'opac-sendshelf.pl?shelfid=[% shelfnumber %]','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100'); return false; ">Send List</a></span>[% END %] |
209 |
|
209 |
|
210 |
<a class="print tag_hides" href="opac-shelves.pl" onclick="print(); return false;">Print List</a> |
210 |
<a class="print tag_hides" href="opac-shelves.pl" onclick="print(); return false;">Print List</a> |
211 |
|
211 |
|
Lines 351-357
$(function() {
Link Here
|
351 |
</div> |
351 |
</div> |
352 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar %]</div>[% END %] |
352 |
[% IF ( pagination_bar ) %]<div class="pages">[% pagination_bar %]</div>[% END %] |
353 |
[% ELSE %] |
353 |
[% ELSE %] |
354 |
<div class="dialog message">This List is empty. You can add to your lists from the results of any <a href="opac-main.pl">search</a>!</div> |
354 |
<div class="dialog message">This List is empty. [% IF ( opacuserlogin ) %]You can add to your lists from the results of any <a href="opac-main.pl">search</a>![% END %]</div> |
355 |
[% END %]<!-- /itemsloop --> |
355 |
[% END %]<!-- /itemsloop --> |
356 |
[% END %]<!-- /viewshelf --> |
356 |
[% END %]<!-- /viewshelf --> |
357 |
|
357 |
|
Lines 409-419
$(function() {
Link Here
|
409 |
[% UNLESS ( shelves ) %] |
409 |
[% UNLESS ( shelves ) %] |
410 |
<h2>Lists</h2> |
410 |
<h2>Lists</h2> |
411 |
<ul class="link-tabs"> |
411 |
<ul class="link-tabs"> |
|
|
412 |
[% IF ( opacuserlogin ) %] |
412 |
[% IF ( showprivateshelves ) %] |
413 |
[% IF ( showprivateshelves ) %] |
413 |
<li id="privateshelves_tab" class="on"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Your private lists</a></li> |
414 |
<li id="privateshelves_tab" class="on"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Your private lists</a></li> |
414 |
[% ELSE %] |
415 |
[% ELSE %] |
415 |
<li id="privateshelves_tab" class="off"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Your private lists</a></li> |
416 |
<li id="privateshelves_tab" class="off"><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">Your private lists</a></li> |
416 |
[% END %] |
417 |
[% END %] |
|
|
418 |
[% END %] |
417 |
[% IF ( showpublicshelves ) %] |
419 |
[% IF ( showpublicshelves ) %] |
418 |
<li id="publicshelves_tab" class="on"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves">Public lists</a></li> |
420 |
<li id="publicshelves_tab" class="on"><a href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves">Public lists</a></li> |
419 |
[% ELSE %] |
421 |
[% ELSE %] |
Lines 482-488
$(function() {
Link Here
|
482 |
[% END %]<!-- /shelveslooppriv --> |
484 |
[% END %]<!-- /shelveslooppriv --> |
483 |
[% END %]<!-- /showprivateshelves --> |
485 |
[% END %]<!-- /showprivateshelves --> |
484 |
[% ELSE %]<!-- /loggedinusername --> |
486 |
[% ELSE %]<!-- /loggedinusername --> |
485 |
<div><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new Lists.</div> |
487 |
[% IF ( opacuserlogin ) %]<div><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new Lists.</div>[% END %] |
486 |
[% END %]<!-- /loggedinusername --> |
488 |
[% END %]<!-- /loggedinusername --> |
487 |
|
489 |
|
488 |
|
490 |
|
Lines 496-502
$(function() {
Link Here
|
496 |
[% IF ( loggedinusername ) %] |
498 |
[% IF ( loggedinusername ) %] |
497 |
<div id="toolbar"> <a class="newshelf" href="/cgi-bin/koha/opac-shelves.pl?shelves=1">New List</a></div> |
499 |
<div id="toolbar"> <a class="newshelf" href="/cgi-bin/koha/opac-shelves.pl?shelves=1">New List</a></div> |
498 |
[% ELSE %] |
500 |
[% ELSE %] |
499 |
<div><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new Lists.</div> |
501 |
[% IF ( opacuserlogin ) %]<div><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new Lists.</div>[% END %] |
500 |
[% END %] |
502 |
[% END %] |
501 |
[% IF ( shelvesloop ) %] |
503 |
[% IF ( shelvesloop ) %] |
502 |
<table> |
504 |
<table> |
503 |
- |
|
|