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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-7 / +6 lines)
Lines 41-73 Link Here
41
        [% IF op != 'list' %]
41
        [% IF op != 'list' %]
42
            <li><a href="/cgi-bin/koha/opac-shelves.pl">Lists</a></li>
42
            <li><a href="/cgi-bin/koha/opac-shelves.pl">Lists</a></li>
43
        [% ELSE %]
43
        [% ELSE %]
44
            <li>Lists</li>
44
            <li><a href="#">Lists</a></li>
45
        [% END %]
45
        [% END %]
46
46
47
        [% IF shelf and shelf.is_private %]
47
        [% IF shelf and shelf.is_private %]
48
            [% IF op == 'view' OR op == 'edit_form' %]
48
            [% IF op == 'view' OR op == 'edit_form' %]
49
                <li><span class="divider">&rsaquo;</span> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PRIVATE %]">Your lists</a></li>
49
                <li><span class="divider">&rsaquo;</span> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PRIVATE %]">Your lists</a></li>
50
            [% ELSE %]
50
            [% ELSE %]
51
                <li><span class="divider">&rsaquo;</span> Your lists</li>
51
                <li><span class="divider">&rsaquo;</span> <a href="#">Your lists</a></li>
52
            [% END %]
52
            [% END %]
53
        [% ELSIF shelf AND shelf.is_public %]
53
        [% ELSIF shelf AND shelf.is_public %]
54
            [% IF op == 'view' %]
54
            [% IF op == 'view' %]
55
                <li><span class="divider">&rsaquo;</span> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PUBLIC %]">Public lists</a></li>
55
                <li><span class="divider">&rsaquo;</span> <a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=[% PUBLIC %]">Public lists</a></li>
56
            [% ELSE %]
56
            [% ELSE %]
57
                <li><span class="divider">&rsaquo;</span> Public lists</li>
57
                <li><span class="divider">&rsaquo;</span> <a href="#">Public lists</a></li>
58
            [% END %]
58
            [% END %]
59
        [% END %]
59
        [% END %]
60
60
61
        [% IF op == 'view' %]
61
        [% IF op == 'view' %]
62
            <li><span class="divider">&rsaquo;</span> Contents of <i>[% shelf.shelfname | html %]</i></li>
62
            <li><span class="divider">&rsaquo;</span> <a href="#">Contents of <i>[% shelf.shelfname | html %]</i></a></li>
63
        [% END %]
63
        [% END %]
64
64
65
        [% IF op == 'add_form' %]
65
        [% IF op == 'add_form' %]
66
            <li><span class="divider">&rsaquo;</span> Create new list</li>
66
            <li><span class="divider">&rsaquo;</span> <a href="#">Create new list</a></li>
67
        [% END %]
67
        [% END %]
68
68
69
        [% IF op == 'edit_form' %]
69
        [% IF op == 'edit_form' %]
70
            <li><span class="divider">&rsaquo;</span> Edit list <i>[% shelf.shelfname | html %]</i></li>
70
            <li><span class="divider">&rsaquo;</span> <a href="#">Edit list <i>[% shelf.shelfname | html %]</i></a></li>
71
        [% END %]
71
        [% END %]
72
72
73
    </ul> <!-- / .breadcrumb -->
73
    </ul> <!-- / .breadcrumb -->
74
- 

Return to bug 19729