Lines 23-31
Link Here
|
23 |
[% IF ( error ) %] |
23 |
[% IF ( error ) %] |
24 |
<div class="alert alert-warning"> |
24 |
<div class="alert alert-warning"> |
25 |
[% IF error == 'NO_BODY' %] |
25 |
[% IF error == 'NO_BODY' %] |
26 |
<p>There was an error sending the cart: No valid biblio records found.</p> |
26 |
<p>There was an error sending the cart: No valid records were found.</p> |
27 |
[% ELSIF error == 'NO_REPLY_ADDRESS' %] |
27 |
[% ELSIF error == 'NO_REPLY_ADDRESS' %] |
28 |
<p>Since we do not have your email address, we cannot send a mail. We need your email address as reply-to address.</p> |
28 |
<p>There was an error sending the cart: We cannot send an email as there is no email address recorded for your account (your email address is used for the reply to address).</p> |
29 |
[% ELSE %] |
29 |
[% ELSE %] |
30 |
<p>There was an error sending the cart.</p> |
30 |
<p>There was an error sending the cart.</p> |
31 |
[% END %] |
31 |
[% END %] |
32 |
- |
|
|