[% IF ( success ) %] The file [% uploaded_file | html %] has been successfully uploaded.

[% ELSE %] [% IF ( MissingURL ) %]

Error: The OPAC system preference OPACBaseURL is not configured.

[% ELSIF ( error ) %]

Error: Failed to upload file. See logs for details.

[% ELSE %] [% IF (error_upload_path_not_configured) %]

Configuration error

Configuration variable 'upload_path' is not configured.

Please configure it in your koha-conf.xml

[% ELSE %] [% IF (error_nothing_selected) %]

Error: You have to choose the file to upload and select where to upload the file.

[% END %] [% IF (error_no_file_selected) %]

Error: You have to choose the file to upload.

[% END %] [% IF (error_no_dir_selected) %]

Error: You have to select where to upload the file.

[% END %] [% IF (dangling) %]

Error: The URL has no file to retrieve.

[% END %]

Please select the file to upload:

[% filefield %]

[% IF uploadcategories %] [% ELSE %] [% END %]

[% END %] [% END %] [% END %]