Lines 36-42
Link Here
|
36 |
[% ELSIF ( error == 301 ) %] |
36 |
[% ELSIF ( error == 301 ) %] |
37 |
<span>An error has occurred while attempting to upload the image file. </span>[% INCLUDE asksysadmin %] |
37 |
<span>An error has occurred while attempting to upload the image file. </span>[% INCLUDE asksysadmin %] |
38 |
[% ELSIF ( error == 302 ) %] |
38 |
[% ELSIF ( error == 302 ) %] |
39 |
<span>Image exceeds 500KB. Please resize and import again. </span> |
39 |
<span>Image exceeds 2MB. Please resize and import again. </span> |
40 |
[% ELSIF ( error == 303 ) %] |
40 |
[% ELSIF ( error == 303 ) %] |
41 |
<span>The database image quota currently only allows a maximum of [% image_limit | html %] images to be stored at any one time. Please delete one or more images to free up quota space. </span> |
41 |
<span>The database image quota currently only allows a maximum of [% image_limit | html %] images to be stored at any one time. Please delete one or more images to free up quota space. </span> |
42 |
[% ELSIF ( error == 304 ) %] |
42 |
[% ELSIF ( error == 304 ) %] |