Lines 24-30
Link Here
|
24 |
[% ELSIF ( error == 203 ) %] |
24 |
[% ELSIF ( error == 203 ) %] |
25 |
A non-existent or invalid library code was supplied. Please <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">verify</a> that you have a library selected. |
25 |
A non-existent or invalid library code was supplied. Please <a href="/cgi-bin/koha/circ/selectbranchprinter.pl">verify</a> that you have a library selected. |
26 |
[% ELSIF ( error == 301 ) %] |
26 |
[% ELSIF ( error == 301 ) %] |
27 |
An error has occurred while attempting to upload the image file. Please ask you system administrator to check the error log for more details. |
27 |
An error has occurred while attempting to upload the image file. Please ask your system administrator to check the error log for more details. |
28 |
[% ELSIF ( error == 302 ) %] |
28 |
[% ELSIF ( error == 302 ) %] |
29 |
Image exceeds 500KB. Please resize and import again. |
29 |
Image exceeds 500KB. Please resize and import again. |
30 |
[% ELSIF ( error == 303 ) %] |
30 |
[% ELSIF ( error == 303 ) %] |
31 |
- |
|
|