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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-7 / +6 lines)
Lines 51-67 Link Here
51
            <li>Lists</li>
51
            <li>Lists</li>
52
        [% END %]
52
        [% END %]
53
53
54
        [% IF shelf and shelf.category == PRIVATE %] &rsaquo;
54
        [% IF shelf and shelf.category == PRIVATE %]
55
            [% IF op == 'view' OR op == 'edit_form' %]
55
            [% IF op == 'view' OR op == 'edit_form' %]
56
                <li><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PRIVATE %]">Your lists</a></li>
56
                <li><span class="divider">&rsaquo;</span> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PRIVATE %]">Your lists</a></li>
57
            [% ELSE %]
57
            [% ELSE %]
58
                <li>Your lists</li>
58
                <li><span class="divider">&rsaquo;</span> Your lists</li>
59
            [% END %]
59
            [% END %]
60
        [% ELSIF shelf AND shelf.category == PUBLIC %] &rsaquo;
60
        [% ELSIF shelf AND shelf.category == PUBLIC %]
61
            [% IF op == 'view' %]
61
            [% IF op == 'view' %]
62
                <li><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PUBLIC %]">Public lists</a></li>
62
                <li><span class="divider">&rsaquo;</span> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PUBLIC %]">Public lists</a></li>
63
            [% ELSE %]
63
            [% ELSE %]
64
                <li>Public lists</li>
64
                <li><span class="divider">&rsaquo;</span> Public lists</li>
65
            [% END %]
65
            [% END %]
66
        [% END %]
66
        [% END %]
67
67
68
- 

Return to bug 14544