|
Lines 359-364
Link Here
|
| 359 |
<fieldset class="rows"> |
359 |
<fieldset class="rows"> |
| 360 |
<legend>Request details</legend> |
360 |
<legend>Request details</legend> |
| 361 |
<ol> |
361 |
<ol> |
|
|
362 |
[% IF request.status == 'UNAUTH' %] |
| 363 |
<div class="alert alert-info">Please note: Adding a patron to this unauthenticated request will automatically change the request status to "NEW".</div> |
| 364 |
[% END %] |
| 362 |
[% type = request.get_type %] |
365 |
[% type = request.get_type %] |
| 363 |
<li class="borrowernumber"> |
366 |
<li class="borrowernumber"> |
| 364 |
<label for="borrowernumber">Patron ID:</label> |
367 |
<label for="borrowernumber">Patron ID:</label> |
| 365 |
- |
|
|