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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-3 / +2 lines)
Lines 559-565 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
559
            invalidateSearchResults();
559
            invalidateSearchResults();
560
            Search.Reconnect();
560
            Search.Reconnect();
561
        } else {
561
        } else {
562
            humanMsg.displayMsg( _("<h3>Internal search error</h3>") + '<p>' + error + '</p>' + _("<p>Please <b>refresh</b> the page and try again."), { className: 'humanError' } );
562
            humanMsg.displayMsg( '<h3>' + _("Internal search error") + '</h3><p>' + error + '</p><p>' + _("Please refresh the page and try again.") + '</p>', { className: 'humanError' } );
563
        }
563
        }
564
    }
564
    }
565
565
Lines 948-954 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
948
                errors.push(error);
948
                errors.push(error);
949
            } );
949
            } );
950
950
951
            humanMsg.displayMsg( _("<h3>Failed to run macro:</h3>") + '<ul><li>' + errors.join('</li><li>') + '</li></ul>', { className: 'humanError' } );
951
            humanMsg.displayMsg( '<h3>' + _("Failed to run macro:") + '</h3><ul><li>' + errors.join('</li><li>') + '</li></ul>', { className: 'humanError' } );
952
952
953
            return false;
953
            return false;
954
        } );
954
        } );
955
- 

Return to bug 15232