Lines 51-59
Link Here
|
51 |
[% SWITCH m.code %] |
51 |
[% SWITCH m.code %] |
52 |
[% CASE 'success_on_send' %] |
52 |
[% CASE 'success_on_send' %] |
53 |
[% IF recipient == 'admin' %] |
53 |
[% IF recipient == 'admin' %] |
54 |
<span>Your problem report has been sent to the Koha administrator.</span> |
54 |
<span role="status">Your problem report has been sent to the Koha administrator.</span> |
55 |
[% ELSE %] |
55 |
[% ELSE %] |
56 |
<span>Your problem report has been sent to the library.</span> |
56 |
<span role="status">Your problem report has been sent to the library.</span> |
57 |
[% END %] |
57 |
[% END %] |
58 |
[% CASE 'error_on_send' #We really should avoid reaching this! %] |
58 |
[% CASE 'error_on_send' #We really should avoid reaching this! %] |
59 |
<span>Something wrong happened when sending the report. Please contact your library.</span> |
59 |
<span>Something wrong happened when sending the report. Please contact your library.</span> |
60 |
- |
|
|