|
Lines 216-222
Link Here
|
| 216 |
<form method="post" class="form"> |
216 |
<form method="post" class="form"> |
| 217 |
[% INCLUDE 'csrf-token.inc' %] |
217 |
[% INCLUDE 'csrf-token.inc' %] |
| 218 |
<input type="hidden" name="op" value="cud-mark-as-staged"/> |
218 |
<input type="hidden" name="op" value="cud-mark-as-staged"/> |
| 219 |
<input type="hidden" name="tab" value="to-be-staged"/> |
219 |
<input type="hidden" name="tab" value="to-be-staged_panel"/> |
| 220 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
220 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 221 |
<p> |
221 |
<p> |
| 222 |
<button type="submit" class="btn btn-default mark-as-staged-and-ready-btn"><i class="fa fa-check" aria-hidden="true"></i> Mark as <i>staged & ready</i></button> |
222 |
<button type="submit" class="btn btn-default mark-as-staged-and-ready-btn"><i class="fa fa-check" aria-hidden="true"></i> Mark as <i>staged & ready</i></button> |
|
Lines 226-232
Link Here
|
| 226 |
<form method="post" class="form"> |
226 |
<form method="post" class="form"> |
| 227 |
[% INCLUDE 'csrf-token.inc' %] |
227 |
[% INCLUDE 'csrf-token.inc' %] |
| 228 |
<input type="hidden" name="op" value="cud-cancel"/> |
228 |
<input type="hidden" name="op" value="cud-cancel"/> |
| 229 |
<input type="hidden" name="tab" value="to-be-staged"/> |
229 |
<input type="hidden" name="tab" value="to-be-staged_panel"/> |
| 230 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
230 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 231 |
<p> |
231 |
<p> |
| 232 |
<button type="submit" class="btn btn-default cancel-btn"><i class="fa fa-ban" aria-hidden="true"></i> Cancel</button> |
232 |
<button type="submit" class="btn btn-default cancel-btn"><i class="fa fa-ban" aria-hidden="true"></i> Cancel</button> |
|
Lines 272-278
Link Here
|
| 272 |
<form method="post" class="form"> |
272 |
<form method="post" class="form"> |
| 273 |
[% INCLUDE 'csrf-token.inc' %] |
273 |
[% INCLUDE 'csrf-token.inc' %] |
| 274 |
<input type="hidden" name="op" value="cud-mark-patron-has-arrived"/> |
274 |
<input type="hidden" name="op" value="cud-mark-patron-has-arrived"/> |
| 275 |
<input type="hidden" name="tab" value="staged-and-ready"/> |
275 |
<input type="hidden" name="tab" value="staged-and-ready_panel"/> |
| 276 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
276 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 277 |
<p> |
277 |
<p> |
| 278 |
<button type="submit" class="btn btn-default patron-has-arrived-btn"><i class="fa-solid fa-location-dot" aria-hidden="true"></i> Patron has arrived</button> |
278 |
<button type="submit" class="btn btn-default patron-has-arrived-btn"><i class="fa-solid fa-location-dot" aria-hidden="true"></i> Patron has arrived</button> |
|
Lines 282-288
Link Here
|
| 282 |
<form method="post" class="form"> |
282 |
<form method="post" class="form"> |
| 283 |
[% INCLUDE 'csrf-token.inc' %] |
283 |
[% INCLUDE 'csrf-token.inc' %] |
| 284 |
<input type="hidden" name="op" value="cud-mark-as-delivered"/> |
284 |
<input type="hidden" name="op" value="cud-mark-as-delivered"/> |
| 285 |
<input type="hidden" name="tab" value="staged-and-ready"/> |
285 |
<input type="hidden" name="tab" value="staged-and-ready_panel"/> |
| 286 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
286 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 287 |
<p> |
287 |
<p> |
| 288 |
<button type="submit" class="btn btn-default mark-as-delivered-btn"><i class="fa-solid fa-envelope" aria-hidden="true"></i> Mark as <i>delivered</i></button> |
288 |
<button type="submit" class="btn btn-default mark-as-delivered-btn"><i class="fa-solid fa-envelope" aria-hidden="true"></i> Mark as <i>delivered</i></button> |
|
Lines 292-298
Link Here
|
| 292 |
<form method="post" class="form"> |
292 |
<form method="post" class="form"> |
| 293 |
[% INCLUDE 'csrf-token.inc' %] |
293 |
[% INCLUDE 'csrf-token.inc' %] |
| 294 |
<input type="hidden" name="op" value="cud-mark-as-unstaged"/> |
294 |
<input type="hidden" name="op" value="cud-mark-as-unstaged"/> |
| 295 |
<input type="hidden" name="tab" value="staged-and-ready"/> |
295 |
<input type="hidden" name="tab" value="staged-and-ready_panel"/> |
| 296 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
296 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 297 |
<p> |
297 |
<p> |
| 298 |
<button type="submit" class="btn btn-default mark-as-to-be-staged-btn"><i class="fa fa-undo" aria-hidden="true"></i> Mark as <i>to be staged</i></button> |
298 |
<button type="submit" class="btn btn-default mark-as-to-be-staged-btn"><i class="fa fa-undo" aria-hidden="true"></i> Mark as <i>to be staged</i></button> |
|
Lines 338-344
Link Here
|
| 338 |
<form method="post" class="form"> |
338 |
<form method="post" class="form"> |
| 339 |
[% INCLUDE 'csrf-token.inc' %] |
339 |
[% INCLUDE 'csrf-token.inc' %] |
| 340 |
<input type="hidden" name="op" value="cud-mark-as-delivered"/> |
340 |
<input type="hidden" name="op" value="cud-mark-as-delivered"/> |
| 341 |
<input type="hidden" name="tab" value="patron-is-outside"/> |
341 |
<input type="hidden" name="tab" value="patron-is-outside_panel"/> |
| 342 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
342 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 343 |
<p> |
343 |
<p> |
| 344 |
<button type="submit" class="btn btn-default mark-as-delivered-btn"><i class="fa-solid fa-envelope" aria-hidden="true"></i> Mark as delivered</button> |
344 |
<button type="submit" class="btn btn-default mark-as-delivered-btn"><i class="fa-solid fa-envelope" aria-hidden="true"></i> Mark as delivered</button> |
|
Lines 348-354
Link Here
|
| 348 |
<form method="post" class="form"> |
348 |
<form method="post" class="form"> |
| 349 |
[% INCLUDE 'csrf-token.inc' %] |
349 |
[% INCLUDE 'csrf-token.inc' %] |
| 350 |
<input type="hidden" name="op" value="cud-mark-as-staged"/> |
350 |
<input type="hidden" name="op" value="cud-mark-as-staged"/> |
| 351 |
<input type="hidden" name="tab" value="patron-is-outside"/> |
351 |
<input type="hidden" name="tab" value="patron-is-outside_panel"/> |
| 352 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
352 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 353 |
<p> |
353 |
<p> |
| 354 |
<button type="submit" class="btn btn-default mark-as-staged-and-ready-btn"><i class="fa fa-undo" aria-hidden="true"></i> Mark as <i>staged & ready</i></button> |
354 |
<button type="submit" class="btn btn-default mark-as-staged-and-ready-btn"><i class="fa fa-undo" aria-hidden="true"></i> Mark as <i>staged & ready</i></button> |
|
Lines 358-364
Link Here
|
| 358 |
<form method="post" class="form"> |
358 |
<form method="post" class="form"> |
| 359 |
[% INCLUDE 'csrf-token.inc' %] |
359 |
[% INCLUDE 'csrf-token.inc' %] |
| 360 |
<input type="hidden" name="op" value="cud-mark-as-unstaged"/> |
360 |
<input type="hidden" name="op" value="cud-mark-as-unstaged"/> |
| 361 |
<input type="hidden" name="tab" value="patron-is-outside"/> |
361 |
<input type="hidden" name="tab" value="patron-is-outside_panel"/> |
| 362 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
362 |
<input type="hidden" name="id" value="[% cp.id | html %]"/> |
| 363 |
<p> |
363 |
<p> |
| 364 |
<button type="submit" class="btn btn-default mark-as-to-be-staged-btn"><i class="fa fa-undo" aria-hidden="true"></i> Mark as <i>to be staged</i></button> |
364 |
<button type="submit" class="btn btn-default mark-as-to-be-staged-btn"><i class="fa fa-undo" aria-hidden="true"></i> Mark as <i>to be staged</i></button> |
|
Lines 431-437
Link Here
|
| 431 |
<fieldset class="rows" style="float: none;"> |
431 |
<fieldset class="rows" style="float: none;"> |
| 432 |
<input type="hidden" name="borrowernumber" value="[% patron.id | html %]"/> |
432 |
<input type="hidden" name="borrowernumber" value="[% patron.id | html %]"/> |
| 433 |
<input type="hidden" name="op" value="cud-create-pickup"/> |
433 |
<input type="hidden" name="op" value="cud-create-pickup"/> |
| 434 |
<input type="hidden" name="tab" value="schedule-pickup"/> |
434 |
<input type="hidden" name="tab" value="schedule-pickup_panel"/> |
| 435 |
<ol> |
435 |
<ol> |
| 436 |
<li> |
436 |
<li> |
| 437 |
<label>Patron: </label> |
437 |
<label>Patron: </label> |
| 438 |
- |
|
|