|
Lines 27-33
Link Here
|
| 27 |
|
27 |
|
| 28 |
<div class="searchresults"> |
28 |
<div class="searchresults"> |
| 29 |
[% IF checkouts %] |
29 |
[% IF checkouts %] |
| 30 |
<h4>Checked out [% checkouts %] times</h4> |
30 |
<h4>Checked out [% checkouts.size %] times</h4> |
| 31 |
<table id="table_issues"> |
31 |
<table id="table_issues"> |
| 32 |
<thead><tr> |
32 |
<thead><tr> |
| 33 |
[% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] |
33 |
[% IF Koha.Preference('intranetreadinghistory') AND CAN_user_circulate_circulate_remaining_permissions %] |
| 34 |
- |
|
|