View | Details | Raw Unified | Return to bug 24560
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-4 / +3 lines)
Lines 46-55 Link Here
46
                                    [% IF some_public_shelves > 10 %]
46
                                    [% IF some_public_shelves > 10 %]
47
                                        <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;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&amp;category=2" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li>
48
                                    [% END %]
48
                                    [% END %]
49
                                [% ELSE %]
50
                                    <li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem">No public lists</a></li>
51
                                [% END %]
49
                                [% END %]
52
                                <li class="divider" role="presentation"></li>
50
                                [% IF some_public_shelves.count > 0 %]
51
                                    <li class="divider" role="presentation"></li>i
52
                                [% END %]
53
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
53
                                [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
54
                                    <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem"><strong>Your lists</strong></a></li>
54
                                    <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem"><strong>Your lists</strong></a></li>
55
                                    [% IF loggedinusername %]
55
                                    [% IF loggedinusername %]
56
- 

Return to bug 24560