|
Lines 41-47
Link Here
|
| 41 |
<h1>Checkout history for [% INCLUDE 'biblio-title.inc' %]</h1> |
41 |
<h1>Checkout history for [% INCLUDE 'biblio-title.inc' %]</h1> |
| 42 |
[% IF biblio.author %]<h3>by [% biblio.author | html %]</h3>[% END %] |
42 |
[% IF biblio.author %]<h3>by [% biblio.author | html %]</h3>[% END %] |
| 43 |
|
43 |
|
| 44 |
[% SET show_patron_column = (CAN_user_borrowers_view_checkout_history && Koha.Preference('intranetreadinghistory')) AND CAN_user_circulate_circulate_remaining_permissions %] |
44 |
[% SET show_patron_column = (CAN_user_borrowers_view_checkout_history && Koha.Preference('intranetreadinghistory')) AND CAN_user_circulate_remaining_permissions %] |
| 45 |
|
45 |
|
| 46 |
<div class="searchresults page-section"> |
46 |
<div class="searchresults page-section"> |
| 47 |
[% IF checkouts %] |
47 |
[% IF checkouts %] |
| 48 |
- |
|
|