|
Lines 38-54
Link Here
|
| 38 |
<div class="span10"> |
38 |
<div class="span10"> |
| 39 |
<div id="userdetails" class="maincontent"> |
39 |
<div id="userdetails" class="maincontent"> |
| 40 |
|
40 |
|
| 41 |
[% IF adminWarning %] |
|
|
| 42 |
<div id="adminwarning" class="dialog alert"> |
| 43 |
<p> |
| 44 |
<strong><i class="fa fa-exclamation-triangle"> </i> Warning:</strong> |
| 45 |
Using this account is not recommended because some parts of Koha will not function as expected. Instead, please log in with a different account. |
| 46 |
<a class="btn btn-small" href="/cgi-bin/koha/opac-main.pl?logout.x=1"> |
| 47 |
<i class="fa fa-sign-out"> </i> Log out</a> |
| 48 |
</p> |
| 49 |
</div> |
| 50 |
[% END %] |
| 51 |
|
| 52 |
[% INCLUDE 'opac-note.inc' %] |
41 |
[% INCLUDE 'opac-note.inc' %] |
| 53 |
|
42 |
|
| 54 |
<h2>Hello, [% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %] |
43 |
<h2>Hello, [% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %] |