Lines 3-234
Link Here
|
3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
4 |
[% PROCESS 'i18n.inc' %] |
4 |
[% PROCESS 'i18n.inc' %] |
5 |
|
5 |
|
6 |
[% IF ( HOLDS.count ) %] |
6 |
<table id="holdst" class="table table-bordered table-striped"> |
7 |
<div id="opac-user-holds" class="tab-pane" role="tabpanel" aria-labelledby="opac-user-holds-tab"> |
7 |
<caption>Holds <span class="count">([% HOLDS.count | html %] total)</span></caption> |
8 |
<table id="holdst" class="table table-bordered table-striped"> |
8 |
<!-- HOLDS TABLE ROWS --> |
9 |
<caption>Holds <span class="count">([% HOLDS.count | html %] total)</span></caption> |
9 |
<thead> |
10 |
<!-- HOLDS TABLE ROWS --> |
10 |
<tr> |
11 |
<thead> |
11 |
<th class="anti-the">Title</th> |
|
|
12 |
[% IF ( showpriority ) %] |
13 |
<th>Placed on</th> |
14 |
[% ELSE %] |
15 |
<th class="psort">Placed on</th> |
16 |
[% END %] |
17 |
<th>Expires on</th> |
18 |
[% UNLESS( singleBranchMode) %] |
19 |
<th>Pickup location</th> |
20 |
[% END %] |
21 |
[% IF ( showpriority ) %] |
22 |
<th class="psort">Priority</th> |
23 |
[% END %] |
24 |
<th>Status</th> |
25 |
[% IF SuspendHoldsOpac and ! onlyinfo %] |
26 |
<th class="nosort" >Suspend</th> |
27 |
[% END %] |
28 |
[% IF ! onlyinfo %] |
29 |
<th class="nosort">Modify</th> |
30 |
[% END %] |
31 |
</tr> |
32 |
</thead> |
33 |
<tbody> |
34 |
[% SET all_holds_waiting = 1 %] |
35 |
[% FOREACH HOLD IN HOLDS %] |
36 |
[% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit || HOLD.is_in_processing) %] |
37 |
[% SET all_holds_waiting = 0 %] |
38 |
[% END %] |
39 |
[% IF ( HOLD.is_at_destination ) %] |
40 |
<tr class="reserved"> |
41 |
[% ELSIF HOLD.is_in_transit %] |
42 |
<tr class="transfered"> |
43 |
[% ELSE %] |
12 |
<tr> |
44 |
<tr> |
13 |
<th class="anti-the">Title</th> |
45 |
[% END %] |
14 |
[% IF ( showpriority ) %] |
46 |
<td class="title"> |
15 |
<th>Placed on</th> |
|
|
16 |
[% ELSE %] |
17 |
<th class="psort">Placed on</th> |
18 |
[% END %] |
19 |
<th>Expires on</th> |
20 |
[% UNLESS( singleBranchMode) %] |
21 |
<th>Pickup location</th> |
22 |
[% END %] |
23 |
[% IF ( showpriority ) %] |
24 |
<th class="psort">Priority</th> |
25 |
[% END %] |
26 |
<th>Status</th> |
27 |
[% IF SuspendHoldsOpac and ! onlyinfo %] |
28 |
<th class="nosort" >Suspend</th> |
29 |
[% END %] |
30 |
[% IF ! onlyinfo %] |
47 |
[% IF ! onlyinfo %] |
31 |
<th class="nosort">Modify</th> |
48 |
[% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio link=> 1 %] |
|
|
49 |
[% HOLD.item.enumchron | html %] |
50 |
[% ELSE %] |
51 |
<strong> |
52 |
[% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %] |
53 |
[% HOLD.item.enumchron | html %] |
54 |
</strong> |
32 |
[% END %] |
55 |
[% END %] |
33 |
</tr> |
56 |
[% HOLD.biblio.author | html %] |
34 |
</thead> |
57 |
[% IF HOLD.item_group_id %] |
35 |
<tbody> |
58 |
<p>Next available item from item group: <strong>[% HOLD.item_group.description | html %]</strong></p> |
36 |
[% SET all_holds_waiting = 1 %] |
|
|
37 |
[% FOREACH HOLD IN HOLDS %] |
38 |
[% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit || HOLD.is_in_processing) %] |
39 |
[% SET all_holds_waiting = 0 %] |
40 |
[% END %] |
59 |
[% END %] |
41 |
[% IF ( HOLD.is_at_destination ) %] |
60 |
[% IF HOLD.item_level_hold %] |
42 |
<tr class="reserved"> |
61 |
<p class="hint">Item on hold: [% HOLD.item.barcode | html %]</p> |
43 |
[% ELSIF HOLD.is_in_transit %] |
|
|
44 |
<tr class="transfered"> |
45 |
[% ELSE %] |
46 |
<tr> |
47 |
[% END %] |
62 |
[% END %] |
48 |
<td class="title"> |
63 |
</td> |
49 |
[% IF ! onlyinfo %] |
64 |
<td class="reservedate" data-order="[% HOLD.reservedate | html %]"> |
50 |
[% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio link=> 1 %] |
65 |
<span class="tdlabel">Hold date:</span> |
51 |
[% HOLD.item.enumchron | html %] |
66 |
[% HOLD.reservedate | $KohaDates %] |
52 |
[% ELSE %] |
67 |
</span> |
53 |
<strong> |
68 |
</td> |
54 |
[% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %] |
69 |
[% IF ! HOLD.found %] |
55 |
[% HOLD.item.enumchron | html %] |
70 |
<td class="expirationdate" data-order="[% HOLD.expirationdate | html %]"> |
56 |
</strong> |
71 |
[% IF ( HOLD.expirationdate ) %] |
57 |
[% END %] |
72 |
<span class="tdlabel">Expiration:</span> |
58 |
[% HOLD.biblio.author | html %] |
73 |
[% HOLD.expirationdate | $KohaDates %] |
59 |
[% IF HOLD.item_group_id %] |
|
|
60 |
<p>Next available item from item group: <strong>[% HOLD.item_group.description | html %]</strong></p> |
61 |
[% END %] |
62 |
[% IF HOLD.item_level_hold %] |
63 |
<p class="hint">Item on hold: [% HOLD.item.barcode | html %]</p> |
64 |
[% END %] |
65 |
</td> |
66 |
<td class="reservedate" data-order="[% HOLD.reservedate | html %]"> |
67 |
<span class="tdlabel">Hold date:</span> |
68 |
[% HOLD.reservedate | $KohaDates %] |
69 |
</span> |
70 |
</td> |
71 |
[% IF ! HOLD.found %] |
72 |
<td class="expirationdate" data-order="[% HOLD.expirationdate | html %]"> |
73 |
[% IF ( HOLD.expirationdate ) %] |
74 |
<span class="tdlabel">Expiration:</span> |
75 |
[% HOLD.expirationdate | $KohaDates %] |
76 |
[% ELSE %] |
77 |
<span class="tdlabel">Expiration:</span> |
78 |
Never expires |
79 |
[% END %] |
80 |
[% ELSE %] |
74 |
[% ELSE %] |
81 |
<td class="expirationdate" data-order="0000-00-00"> |
75 |
<span class="tdlabel">Expiration:</span> |
82 |
- |
76 |
Never expires |
83 |
[% END %] |
77 |
[% END %] |
84 |
</td> |
78 |
[% ELSE %] |
85 |
[% UNLESS( singleBranchMode) %] |
79 |
<td class="expirationdate" data-order="0000-00-00"> |
86 |
<td class="branch"> |
80 |
- |
87 |
<span class="tdlabel">Pickup location:</span> |
81 |
[% END %] |
88 |
[% HOLD.branch.branchname | html %] |
82 |
</td> |
89 |
[% IF ( HOLD.can_update_pickup_location_opac ) %] |
83 |
[% UNLESS( singleBranchMode) %] |
90 |
<button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]"> |
84 |
<td class="branch"> |
91 |
<i class="fa fa-pencil" aria-hidden="true"></i> Change |
85 |
<span class="tdlabel">Pickup location:</span> |
92 |
</button> |
86 |
[% HOLD.branch.branchname | html %] |
93 |
<!-- Change pickup location modal --> |
87 |
[% IF ( HOLD.can_update_pickup_location_opac ) %] |
94 |
<div class="modal" id="changePickup[% HOLD.reserve_id | html %]" tabindex="-1" aria-labelledby="changePickup[% HOLD.reserve_id | html %]Label" aria-hidden="true"> |
88 |
<button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]"> |
95 |
<div class="modal-dialog"> |
89 |
<i class="fa fa-pencil" aria-hidden="true"></i> Change |
96 |
<form id="change_branch_form[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
90 |
</button> |
97 |
<div class="modal-content"> |
91 |
<!-- Change pickup location modal --> |
98 |
<div class="modal-header"> |
92 |
<div class="modal" id="changePickup[% HOLD.reserve_id | html %]" tabindex="-1" aria-labelledby="changePickup[% HOLD.reserve_id | html %]Label" aria-hidden="true"> |
99 |
<h5 class="modal-title" id="changePickup[% HOLD.reserve_id | html %]Label">Change pickup location for <em>[% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %]</em></h5> |
93 |
<div class="modal-dialog"> |
100 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"> |
94 |
<form id="change_branch_form[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
101 |
<span aria-hidden="true">×</span> |
95 |
<div class="modal-content"> |
102 |
</button> |
96 |
<div class="modal-header"> |
103 |
</div> |
97 |
<h5 class="modal-title" id="changePickup[% HOLD.reserve_id | html %]Label">Change pickup location for <em>[% INCLUDE 'biblio-title.inc' biblio=HOLD.biblio %]</em></h5> |
104 |
<div class="modal-body"> |
98 |
<button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"> |
105 |
<div class="form-group"> |
99 |
<span aria-hidden="true">×</span> |
106 |
<label for="new_branch[% HOLD.reserve_id | html %]">New pickup location:</label> |
100 |
</button> |
107 |
<select name="new_pickup_location" id="new_branch[% HOLD.reserve_id | html %]" class="form-control"> |
101 |
</div> |
108 |
[% PROCESS options_for_libraries libraries = Branches.pickup_locations({ search_params => { biblio => HOLD.biblionumber, patron => HOLD.borrower }, selected => HOLD.branchcode }) %] |
102 |
<div class="modal-body"> |
109 |
</select> |
103 |
<div class="form-group"> |
110 |
</div> |
104 |
<label for="new_branch[% HOLD.reserve_id | html %]">New pickup location:</label> |
111 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
105 |
<select name="new_pickup_location" id="new_branch[% HOLD.reserve_id | html %]" class="form-control"> |
112 |
</div> |
106 |
[% PROCESS options_for_libraries libraries = Branches.pickup_locations({ search_params => { biblio => HOLD.biblionumber, patron => HOLD.borrower }, selected => HOLD.branchcode }) %] |
113 |
<div class="modal-footer"> |
107 |
</select> |
114 |
<button type="submit" name="change_branch" value="1" class="btn btn-primary"><i class="fa fa-check" aria-hidden="true"></i> Save</button> |
108 |
</div> |
115 |
<button type="button" class="btn btn-secondary" data-dismiss="modal"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button> |
109 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
116 |
</div> |
110 |
</div> |
117 |
</div> <!-- /.modal-content --> |
111 |
<div class="modal-footer"> |
118 |
</form> |
112 |
<button type="submit" name="change_branch" value="1" class="btn btn-primary"><i class="fa fa-check" aria-hidden="true"></i> Save</button> |
119 |
</div> <!-- /.modal-dialog --> |
113 |
<button type="button" class="btn btn-secondary" data-dismiss="modal"><i class="fa fa-remove" aria-hidden="true"></i> Cancel</button> |
120 |
</div> <!-- /.modal --> |
114 |
</div> |
121 |
[% END %] |
115 |
</div> <!-- /.modal-content --> |
122 |
</td> |
116 |
</form> |
|
|
117 |
</div> <!-- /.modal-dialog --> |
118 |
</div> <!-- /.modal --> |
119 |
[% END %] |
120 |
</td> |
121 |
[% END %] |
122 |
[% IF ( showpriority ) %] |
123 |
<td data-order="[% HOLD.priority | html %]" class="priority"> |
124 |
<span class="tdlabel">Priority:</span> |
125 |
[% HOLD.priority | html %] |
126 |
</td> |
127 |
[% END %] |
128 |
<td class="status"> |
129 |
<span class="tdlabel">Status:</span> |
130 |
[% IF ( HOLD.is_waiting ) %] |
131 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
132 |
[% IF ( HOLD.is_at_destination ) %] |
133 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
134 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
135 |
[% IF ( HOLD.waitingdate ) %] |
136 |
since [% HOLD.waitingdate | $KohaDates %] |
137 |
[% IF HOLD.expirationdate %] |
138 |
until [% HOLD.expirationdate | $KohaDates %] |
139 |
[% END %] |
140 |
[% END %] |
141 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
142 |
[% ELSE %] |
143 |
Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
123 |
[% END %] |
144 |
[% END %] |
124 |
[% IF ( showpriority ) %] |
145 |
[% ELSE %] |
125 |
<td data-order="[% HOLD.priority | html %]" class="priority"> |
146 |
[% IF ( HOLD.is_in_transit ) %] |
126 |
<span class="tdlabel">Priority:</span> |
147 |
[% SET transfer = HOLD.item.get_transfer %] |
127 |
[% HOLD.priority | html %] |
148 |
[% branch_name = BLOCK %]<strong>[% Branches.GetName( transfer.frombranch ) | html %]</strong>[% END %] |
128 |
</td> |
149 |
<span>Item in transit from [% branch_name| $raw %] since</span> |
|
|
150 |
[% transfer.datesent | $KohaDates %] |
151 |
[% ELSIF ( HOLD.is_in_processing ) %] |
152 |
<span>Item in processing</span> |
153 |
[% ELSIF ( HOLD.suspend ) %] |
154 |
<span>Suspended</span>[% IF ( HOLD.suspend_until ) %] <span>until</span> [% HOLD.suspend_until | $KohaDates %][% END %] |
155 |
[% ELSE %] |
156 |
[% IF HOLD.itemtype %] |
157 |
<span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span> |
158 |
[% ELSE %] |
159 |
<span>Pending</span> |
160 |
[% END %] |
129 |
[% END %] |
161 |
[% END %] |
130 |
<td class="status"> |
162 |
[% END %] |
131 |
<span class="tdlabel">Status:</span> |
163 |
</td> |
132 |
[% IF ( HOLD.is_waiting ) %] |
164 |
[% IF SuspendHoldsOpac and ! onlyinfo %] |
133 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
165 |
<td> |
134 |
[% IF ( HOLD.is_at_destination ) %] |
166 |
[% IF ( HOLD.is_cancelable_from_opac ) %] |
135 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
167 |
[% IF HOLD.suspend %] |
136 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
168 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
137 |
[% IF ( HOLD.waitingdate ) %] |
169 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
138 |
since [% HOLD.waitingdate | $KohaDates %] |
170 |
<button class="btn btn-link" type="submit" name="submit"><i class="fa fa-play" aria-hidden="true"></i> Resume</button> |
139 |
[% IF HOLD.expirationdate %] |
171 |
</form> |
140 |
until [% HOLD.expirationdate | $KohaDates %] |
|
|
141 |
[% END %] |
142 |
[% END %] |
143 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
144 |
[% ELSE %] |
145 |
Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
146 |
[% END %] |
147 |
[% ELSE %] |
172 |
[% ELSE %] |
148 |
[% IF ( HOLD.is_in_transit ) %] |
173 |
[% IF AutoResumeSuspendedHolds %] |
149 |
[% SET transfer = HOLD.item.get_transfer %] |
174 |
<a class="btn btn-link suspend_hold js-show" href="#" role="button" data-title="[% HOLD.biblio.title | html %] [% FOREACH subtitle IN HOLD.biblio.subtitle.split(' \| ') %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %][% subtitle | html %][% END %]" data-reserve_id="[% HOLD.reserve_id | html %]"><i class="fa fa-pause" aria-hidden="true"></i> Suspend</a> |
150 |
[% branch_name = BLOCK %]<strong>[% Branches.GetName( transfer.frombranch ) | html %]</strong>[% END %] |
|
|
151 |
<span>Item in transit from [% branch_name| $raw %] since</span> |
152 |
[% transfer.datesent | $KohaDates %] |
153 |
[% ELSIF ( HOLD.is_in_processing ) %] |
154 |
<span>Item in processing</span> |
155 |
[% ELSIF ( HOLD.suspend ) %] |
156 |
<span>Suspended</span>[% IF ( HOLD.suspend_until ) %] <span>until</span> [% HOLD.suspend_until | $KohaDates %][% END %] |
157 |
[% ELSE %] |
175 |
[% ELSE %] |
158 |
[% IF HOLD.itemtype %] |
176 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
159 |
<span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span> |
|
|
160 |
[% ELSE %] |
161 |
<span>Pending</span> |
162 |
[% END %] |
163 |
[% END %] |
164 |
[% END %] |
165 |
</td> |
166 |
[% IF SuspendHoldsOpac and ! onlyinfo %] |
167 |
<td> |
168 |
[% IF ( HOLD.is_cancelable_from_opac ) %] |
169 |
[% IF HOLD.suspend %] |
170 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
171 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
172 |
<button class="btn btn-link" type="submit" name="submit"><i class="fa fa-play" aria-hidden="true"></i> Resume</button> |
173 |
</form> |
174 |
[% ELSE %] |
175 |
[% IF AutoResumeSuspendedHolds %] |
176 |
<a class="btn btn-link suspend_hold js-show" href="#" role="button" data-title="[% HOLD.biblio.title | html %] [% FOREACH subtitle IN HOLD.biblio.subtitle.split(' \| ') %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %][% subtitle | html %][% END %]" data-reserve_id="[% HOLD.reserve_id | html %]"><i class="fa fa-pause" aria-hidden="true"></i> Suspend</a> |
177 |
[% ELSE %] |
178 |
<form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
179 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
180 |
<button class="btn btn-link" type="submit" name="submit"><i class="fa fa-pause" aria-hidden="true"></i> Suspend</button> |
181 |
</form> |
182 |
[% END # / IF AutoResumeSuspendedHolds %] |
183 |
[% END # / IF HOLD.suspend %] |
184 |
[% END # / IF ( HOLD.is_cancelable_from_opac )%] |
185 |
</td> |
186 |
[% END # / IF SuspendHoldsOpac %] |
187 |
[% IF ! onlyinfo %] |
188 |
<td class="modify"> |
189 |
[% IF ( HOLD.is_cancelable_from_opac ) %] |
190 |
<form id="delete_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
191 |
<input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" /> |
192 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
193 |
<button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-hold"><i class="fa fa-remove" aria-hidden="true"></i> [% tp('Cancel hold button', 'Cancel') | html %]</button> |
194 |
</form> |
195 |
[% ELSIF HOLD.is_waiting && HOLD.cancellation_requestable_from_opac %] |
196 |
<form id="req_cancel_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
197 |
<input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" /> |
198 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
177 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
199 |
<input type="hidden" name="cancellation_request" value="1" /> |
178 |
<button class="btn btn-link" type="submit" name="submit"><i class="fa fa-pause" aria-hidden="true"></i> Suspend</button> |
200 |
<button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-req-delete-hold"><i class="fa fa-remove" aria-hidden="true"></i> [% tp('Cancel hold button', 'Cancel') | html %]</button> |
|
|
201 |
</form> |
179 |
</form> |
202 |
[% END %] |
180 |
[% END # / IF AutoResumeSuspendedHolds %] |
203 |
</td> |
181 |
[% END # / IF HOLD.suspend %] |
204 |
[% END # / IF onlyinfo %] |
182 |
[% END # / IF ( HOLD.is_cancelable_from_opac )%] |
205 |
</tr> |
183 |
</td> |
206 |
[% END # /FOREACH HOLDS %] |
184 |
[% END # / IF SuspendHoldsOpac %] |
207 |
</tbody> |
185 |
[% IF ! onlyinfo %] |
208 |
</table> |
186 |
<td class="modify"> |
|
|
187 |
[% IF ( HOLD.is_cancelable_from_opac ) %] |
188 |
<form id="delete_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
189 |
<input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" /> |
190 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
191 |
<button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-hold"><i class="fa fa-remove" aria-hidden="true"></i> [% tp('Cancel hold button', 'Cancel') | html %]</button> |
192 |
</form> |
193 |
[% ELSIF HOLD.is_waiting && HOLD.cancellation_requestable_from_opac %] |
194 |
<form id="req_cancel_hold_[% HOLD.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post"> |
195 |
<input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" /> |
196 |
<input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> |
197 |
<input type="hidden" name="cancellation_request" value="1" /> |
198 |
<button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-req-delete-hold"><i class="fa fa-remove" aria-hidden="true"></i> [% tp('Cancel hold button', 'Cancel') | html %]</button> |
199 |
</form> |
200 |
[% END %] |
201 |
</td> |
202 |
[% END # / IF onlyinfo %] |
203 |
</tr> |
204 |
[% END # /FOREACH HOLDS %] |
205 |
</tbody> |
206 |
</table> |
209 |
|
207 |
|
210 |
[% IF SuspendHoldsOpac and ! onlyinfo %] |
208 |
[% IF SuspendHoldsOpac and ! onlyinfo %] |
211 |
[% UNLESS ( all_holds_waiting ) %] |
209 |
[% UNLESS ( all_holds_waiting ) %] |
212 |
<div> |
210 |
<div> |
213 |
<form class="form-inline" id="suspend_all_holds" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
211 |
<form class="form-inline" id="suspend_all_holds" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
214 |
<button type="submit" id="suspend_all_submit" class="btn btn-primary"><i class="fa fa-pause" aria-hidden="true"></i> Suspend all holds</button> |
212 |
<button type="submit" id="suspend_all_submit" class="btn btn-primary"><i class="fa fa-pause" aria-hidden="true"></i> Suspend all holds</button> |
215 |
<input type="hidden" name="suspend" value="1" /> |
213 |
<input type="hidden" name="suspend" value="1" /> |
216 |
|
214 |
|
217 |
[% IF AutoResumeSuspendedHolds %] |
215 |
[% IF AutoResumeSuspendedHolds %] |
218 |
<label for="suspend_until"> until </label> |
216 |
<label for="suspend_until"> until </label> |
219 |
<input type="text" name="suspend_until" id="suspend_until" class="flatpickr futuredate" size="10" /> |
217 |
<input type="text" name="suspend_until" id="suspend_until" class="flatpickr futuredate" size="10" /> |
220 |
<p><a href="#" class="clear-flatpickr" data-fp="suspend_until">Clear date to suspend indefinitely</a></p> |
218 |
<p><a href="#" class="clear-flatpickr" data-fp="suspend_until">Clear date to suspend indefinitely</a></p> |
221 |
[% END %] |
219 |
[% END %] |
222 |
</form> |
220 |
</form> |
223 |
</div> |
221 |
</div> |
224 |
<br/> |
222 |
<br/> |
225 |
<div> |
223 |
<div> |
226 |
<form id="resume_all_holds" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
224 |
<form id="resume_all_holds" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post"> |
227 |
<button type="submit" id="resume_all_submit" class="btn btn-primary"><i class="fa fa-play" aria-hidden="true"></i> Resume all suspended holds</button> |
225 |
<button type="submit" id="resume_all_submit" class="btn btn-primary"><i class="fa fa-play" aria-hidden="true"></i> Resume all suspended holds</button> |
228 |
<input type="hidden" name="suspend" value="0" /> |
226 |
<input type="hidden" name="suspend" value="0" /> |
229 |
</form> |
227 |
</form> |
230 |
</div> |
228 |
</div> |
231 |
[% END %] |
229 |
[% END %] |
232 |
[% END %] |
230 |
[% END %] |
233 |
</div> <!-- / #opac-user-holds --> |
|
|
234 |
[% END # / #HOLDS.count %] |