Lines 662-667
Link Here
|
662 |
<div id="publicshelves" class="ui-tabs-panel ui-widget-content ui-corner-bottom" style="display:block;"> |
662 |
<div id="publicshelves" class="ui-tabs-panel ui-widget-content ui-corner-bottom" style="display:block;"> |
663 |
[% END %] |
663 |
[% END %] |
664 |
|
664 |
|
|
|
665 |
[% IF category == PRIVATE || Koha.Preference('OpacAllowPublicListCreation') %] |
665 |
[% IF loggedinusername %] |
666 |
[% IF loggedinusername %] |
666 |
<div id="toolbar" class="toolbar"><a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-plus" aria-hidden="true"></i> New list</a></div> |
667 |
<div id="toolbar" class="toolbar"><a class="btn btn-link newshelf" href="/cgi-bin/koha/opac-shelves.pl?op=add_form"><i class="fa fa-plus" aria-hidden="true"></i> New list</a></div> |
667 |
[% ELSE %] |
668 |
[% ELSE %] |
Lines 669-674
Link Here
|
669 |
<div class="alert alert-info"><a href="/cgi-bin/koha/opac-shelves.pl?op=add_form">Log in to create a new list</a></div> |
670 |
<div class="alert alert-info"><a href="/cgi-bin/koha/opac-shelves.pl?op=add_form">Log in to create a new list</a></div> |
670 |
[% END %] |
671 |
[% END %] |
671 |
[% END %] |
672 |
[% END %] |
|
|
673 |
[% END %] |
672 |
|
674 |
|
673 |
[% IF shelves.count %] |
675 |
[% IF shelves.count %] |
674 |
<table class="table"> |
676 |
<table class="table"> |
675 |
- |
|
|