View | Details | Raw Unified | Return to bug 28438
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt (-2 / +1 lines)
Lines 142-148 Link Here
142
        function fnErrorHandler(evt) {
142
        function fnErrorHandler(evt) {
143
            switch(evt.target.error.code) {
143
            switch(evt.target.error.code) {
144
                case evt.target.error.NOT_FOUND_ERR:
144
                case evt.target.error.NOT_FOUND_ERR:
145
                    alert(_("File not Found!"));
145
                    alert(_("File not found!"));
146
                    break;
146
                    break;
147
                case evt.target.error.NOT_READABLE_ERR:
147
                case evt.target.error.NOT_READABLE_ERR:
148
                    alert(_("File is not readable"));
148
                    alert(_("File is not readable"));
149
- 

Return to bug 28438