Lines 47-55
Link Here
|
47 |
|
47 |
|
48 |
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] |
48 |
[% SET show_patron_column = Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] |
49 |
|
49 |
|
50 |
<div class="searchresults"> |
50 |
<div class="searchresults page-section"> |
51 |
[% IF checkouts %] |
51 |
[% IF checkouts %] |
52 |
<h4>Checked out [% checkouts.size | html %] times</h4> |
52 |
<h2>Checked out [% checkouts.size | html %] times</h2> |
53 |
<table id="table_issues"> |
53 |
<table id="table_issues"> |
54 |
<thead><tr> |
54 |
<thead><tr> |
55 |
[% IF show_patron_column %] |
55 |
[% IF show_patron_column %] |
56 |
- |
|
|