Lines 142-149
Link Here
|
142 |
[% IF error_claim %] |
142 |
[% IF error_claim %] |
143 |
[% IF error_claim == 'no_vendor_email' %] |
143 |
[% IF error_claim == 'no_vendor_email' %] |
144 |
<div class="dialog alert">This vendor has no email defined for late issues.</div> |
144 |
<div class="dialog alert">This vendor has no email defined for late issues.</div> |
145 |
[% ELSIF error_claim == 'no_loggedin_user_email' %] |
145 |
[% ELSIF error_claim == 'bad_or_missing_sender' %] |
146 |
<div class="dialog alert">No email is configured for your user.</div> |
146 |
<div class="dialog alert">Bad or missing sender address; check your branch email address or preference KohaAdminEmailAddress.</div> |
147 |
[% ELSE %] |
147 |
[% ELSE %] |
148 |
<div class="dialog alert">[% error_claim %]</div> |
148 |
<div class="dialog alert">[% error_claim %]</div> |
149 |
[% END %] |
149 |
[% END %] |