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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (+1 lines)
Lines 17-22 Link Here
17
[% INCLUDE 'acquisitions-search.inc' %]
17
[% INCLUDE 'acquisitions-search.inc' %]
18
18
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<span>xxxString from orderreceive</span>
20
    <ol>
21
    <ol>
21
        <li>
22
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-2 / +1 lines)
Lines 795-801 Link Here
795
                                    <p>No private lists.</p>
795
                                    <p>No private lists.</p>
796
                                [% END %]
796
                                [% END %]
797
                            [% END # /IF shelves.count %]
797
                            [% END # /IF shelves.count %]
798
                        </div> [%# <div class="toptabs ui-tabs ui-widget ui-widget-content ui-corner-all"> %]
798
                        </div>
799
                    [% ELSIF NOT loggedinusernumber %]
799
                    [% ELSIF NOT loggedinusernumber %]
800
                        [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
800
                        [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
801
                            <div class="alert alert-info"><a href="/cgi-bin/koha/opac-shelves.pl?op=add_form">Log in to create a new list</a></div>
801
                            <div class="alert alert-info"><a href="/cgi-bin/koha/opac-shelves.pl?op=add_form">Log in to create a new list</a></div>
802
- 

Return to bug 28419