Upload Koha plugin
[% IF ( ERRORS ) %]
[% FOREACH ERROR IN ERRORS %]
[% IF ( ERROR.NOTKPZ ) %]
The upload file does not appear to be a kpz file. The extension is not '.kpz'.
[% ELSIF ( ERROR.NOWRITETEMP ) %]This script is not able to create/write to the necessary temporary directory.
[% ELSIF ( ERROR.EMPTYUPLOAD ) %]The upload file appears to be empty.
[% ELSIF ( ERROR.UZIPFAIL ) %][% ERROR.UZIPFAIL | html %] failed to unpack.
Please verify the integrity of the zip file and retry.
[% ELSIF ( ERROR.NOWRITEPLUGINS ) %]Cannot unpack file to the plugins directory.
Please verify that the Apache user can write to the plugins directory.
[% ELSE %][% ERROR.CORERR | html %] An unknown error has occurred.
Please review the error log for more details.[% END %]
[% END %]
[% END %]