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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc (-3 / +4 lines)
Lines 3-10 Link Here
3
        <div id="shelfbrowser">
3
        <div id="shelfbrowser">
4
            <h5 style="text-align: center;">
4
            <h5 style="text-align: center;">
5
                [% IF ( starting_homebranch ) %]Browsing [% starting_homebranch | html %] Shelves[% END %]
5
                [% IF ( starting_homebranch ) %]Browsing [% starting_homebranch | html %] Shelves[% END %]
6
                [% IF ( starting_location ) %], Shelving location: [% starting_location | html %][% END %]
6
                [% IF ( starting_homebranch && ( starting_location || starting_ccode ) ) %], [% END %]
7
                [% IF ( starting_ccode ) %], Collection code: [% starting_ccode | html %][% END %]
7
                [% IF ( starting_location ) %]Shelving location: [% starting_location | html %][% END %]
8
                [% IF ( ( starting_homebranch || starting_location ) && starting_ccode ) %], [% END %]
9
                [% IF ( starting_ccode ) %]Collection code: [% starting_ccode | html %][% END %]
8
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf" >Close shelf browser</a>
10
                <a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]" class="close_shelf" >Close shelf browser</a>
9
            </h5>
11
            </h5>
10
12
11
- 

Return to bug 17221