Lines 41-58
Link Here
|
41 |
[% ELSE %] |
41 |
[% ELSE %] |
42 |
[% IF ( success_cancelorder ) %] |
42 |
[% IF ( success_cancelorder ) %] |
43 |
<div class="dialog message"> |
43 |
<div class="dialog message"> |
44 |
The order has been successfully canceled |
44 |
The order has been successfully cancelled |
45 |
[% ELSE %] |
45 |
[% ELSE %] |
46 |
<div class="dialog alert"> |
46 |
<div class="dialog alert"> |
47 |
An error has occured. |
47 |
An error has occurred. |
48 |
[% IF ( error_delitem ) %] |
48 |
[% IF ( error_delitem ) %] |
49 |
<p>The order has been canceled, although one or more items could not have been deleted.</p> |
49 |
<p>The order has been cancelled, although one or more items could not have been deleted.</p> |
50 |
[% END %] |
50 |
[% END %] |
51 |
[% IF ( error_delbiblio ) %] |
51 |
[% IF ( error_delbiblio ) %] |
52 |
<p>The order has been canceled, although the record has not been deleted.</p> |
52 |
<p>The order has been cancelled, although the record has not been deleted.</p> |
53 |
[% END %] |
53 |
[% END %] |
54 |
[% END %] |
54 |
[% END %] |
55 |
<p>Click <a href="[% referrer %]">here</a> to return to previous page</p> |
55 |
<p><a href="[% referrer %]">OK</a></p> |
56 |
</div> |
56 |
</div> |
57 |
[% END %] |
57 |
[% END %] |
58 |
|
58 |
|
59 |
- |
|
|