|
Lines 37-43
Link Here
|
| 37 |
[% END %] |
37 |
[% END %] |
| 38 |
|
38 |
|
| 39 |
[% IF success %] |
39 |
[% IF success %] |
| 40 |
<p>Your discharge request has been sent. Your discharge will be available on this page within a few days.</p> |
40 |
<p role="status">Your discharge request has been sent. Your discharge will be available on this page within a few days.</p> |
| 41 |
[% ELSIF available %] |
41 |
[% ELSIF available %] |
| 42 |
<p><a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a></p> |
42 |
<p><a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a></p> |
| 43 |
[% ELSIF pending %] |
43 |
[% ELSIF pending %] |
|
Lines 59-65
Link Here
|
| 59 |
[% IF failure %] |
59 |
[% IF failure %] |
| 60 |
<p> There was an error during the discharge process </p> |
60 |
<p> There was an error during the discharge process </p> |
| 61 |
[% END %] |
61 |
[% END %] |
| 62 |
<div class="alert alert-info" |
62 |
<div class="alert alert-info" role="alert" |
| 63 |
>You cannot be discharged because: |
63 |
>You cannot be discharged because: |
| 64 |
<ul> |
64 |
<ul> |
| 65 |
[% IF discharge_problems.checkouts %] |
65 |
[% IF discharge_problems.checkouts %] |
| 66 |
- |
|
|