Lines 64-70
legend:hover {
Link Here
|
64 |
<div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div> |
64 |
<div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div> |
65 |
[% CASE 'error_on_update_patron' %] |
65 |
[% CASE 'error_on_update_patron' %] |
66 |
<div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div> |
66 |
<div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div> |
67 |
[% CASE %]Unhandled error: [% message.error %] |
67 |
[% CASE %]Unhandled error: [% message.error | html %] |
68 |
[% END %] |
68 |
[% END %] |
69 |
[% END %] |
69 |
[% END %] |
70 |
[% END %] |
70 |
[% END %] |
71 |
- |
|
|