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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc (-6 / +5 lines)
Lines 2-12 Link Here
2
    [% IF OpenOPACShelfBrowser %]
2
    [% IF OpenOPACShelfBrowser %]
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_homebranch && ( starting_location || starting_ccode ) ) %], [% END %]
6
                [%- IF ( starting_homebranch && starting_location ) %], [% END %]
7
                [% IF ( starting_location ) %]Shelving location: [% starting_location | html %][% END %]
7
                [%- IF ( starting_location ) %]Shelving location: [%- starting_location | html -%][% END -%]
8
                [% IF ( ( starting_homebranch || starting_location ) && starting_ccode ) %], [% END %]
8
                [%- IF ( starting_homebranch && starting_ccode ) %], [% END %]
9
                [% IF ( starting_ccode ) %]Collection code: [% starting_ccode | html %][% END %]
9
                [%- IF ( starting_ccode ) %]Collection: [%- starting_ccode | html -%][% END -%]
10
                <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>
11
            </h5>
11
            </h5>
12
12
13
- 

Return to bug 17221