Lines 47-55
Link Here
|
47 |
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&category=2" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li> |
47 |
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&category=2" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li> |
48 |
[% END %] |
48 |
[% END %] |
49 |
[% ELSE %] |
49 |
[% ELSE %] |
50 |
<li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem">No public lists</a></li> |
50 |
[% IF some_public_shelves.count > 0 %] |
|
|
51 |
<li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem">No public lists</a></li> |
52 |
[% END %] |
53 |
[% END %] |
54 |
[% IF some_public_shelves.count < 0 %] |
55 |
<li class="divider" role="presentation"></li> |
51 |
[% END %] |
56 |
[% END %] |
52 |
<li class="divider" role="presentation"></li> |
|
|
53 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
57 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
54 |
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&category=1" tabindex="-1" role="menuitem"><strong>Your lists</strong></a></li> |
58 |
<li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&category=1" tabindex="-1" role="menuitem"><strong>Your lists</strong></a></li> |
55 |
[% IF loggedinusername %] |
59 |
[% IF loggedinusername %] |
56 |
- |
|
|