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 |
- |
|
|