Lines 52-58
Link Here
|
52 |
[% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %] |
52 |
[% SET show_itemtype_column = Koha.Preference('AllowHoldItemTypeSelection') %] |
53 |
|
53 |
|
54 |
<div id="holdshistory" class="page-section"> |
54 |
<div id="holdshistory" class="page-section"> |
55 |
<h2>Current holds</h2> |
55 |
<h2 id="current_holds_heading">Current holds</h2> |
|
|
56 |
<p |
57 |
><a href="#past_holds_heading"><i class="fa fa-arrow-down" aria-hidden="true"></i> View past holds</a></p |
58 |
> |
56 |
[% IF patron.holds.count %] |
59 |
[% IF patron.holds.count %] |
57 |
<div id="current_holds_filters" data-table-id="table_holdshistory"> |
60 |
<div id="current_holds_filters" data-table-id="table_holdshistory"> |
58 |
<p> |
61 |
<p> |
Lines 101-107
Link Here
|
101 |
<div class="dialog message">This patron has no current holds.</div> |
104 |
<div class="dialog message">This patron has no current holds.</div> |
102 |
[% END %] |
105 |
[% END %] |
103 |
|
106 |
|
104 |
<h2>Historical holds</h2> |
107 |
<h2 id="past_holds_heading">Past holds</h2> |
|
|
108 |
<p |
109 |
><a href="#current_holds_heading"><i class="fa fa-arrow-up" aria-hidden="true"></i> View current holds</a></p |
110 |
> |
105 |
[% IF patron.old_holds.count %] |
111 |
[% IF patron.old_holds.count %] |
106 |
<div id="old_holds_filters" data-table-id="table_oldholdshistory"> |
112 |
<div id="old_holds_filters" data-table-id="table_oldholdshistory"> |
107 |
<p> |
113 |
<p> |
108 |
- |
|
|