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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-1 / +2 lines)
Lines 38-44 Link Here
38
.js {
38
.js {
39
    .dateformat,
39
    .dateformat,
40
    #sortsubmit,
40
    #sortsubmit,
41
    #sorting-form {
41
    #sorting-form,
42
    .js-hide {
42
        display: none;
43
        display: none;
43
    }
44
    }
44
}
45
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 93-98 Link Here
93
                                    <i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i>
93
                                    <i class="fa fa-user fa-icon-black fa-fw" aria-hidden="true"></i>
94
                                    <span class="userlabel">Welcome, [% INCLUDE 'patron-title.inc' patron = logged_in_user no_html = 1 %]</span>
94
                                    <span class="userlabel">Welcome, [% INCLUDE 'patron-title.inc' patron = logged_in_user no_html = 1 %]</span>
95
                                </a>
95
                                </a>
96
                                <a tabindex="-1" role="menuitem" class="logout js-hide" href="/cgi-bin/koha/opac-main.pl?logout.x=1"><i class="fa fa-fw fa-sign-out" aria-hidden="true"></i> Log out</a>
96
                            [% ELSE %]
97
                            [% ELSE %]
97
                                [% IF Koha.Preference('casAuthentication') %]
98
                                [% IF Koha.Preference('casAuthentication') %]
98
                                    [%# CAS authentication is too complicated for modal window %]
99
                                    [%# CAS authentication is too complicated for modal window %]
99
- 

Return to bug 28662