@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt | 1 + 4 files changed, 4 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/wysiwyg-systempreferences.inc @@ -9,6 +9,7 @@ function wysiwyg_change (ed){ $(original_textarea).trigger("input"); } +tinyMCE.baseURL = "/intranet-tmpl/lib/tiny_mce"; tinyMCE.init({ setup : function(ed) { ed.onInit.add(function(editor){ --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -267,6 +267,7 @@ }); [% END %] }); + tinyMCE.baseURL = "/intranet-tmpl/lib/tiny_mce"; tinyMCE.init({ mode : "textareas", theme : "advanced", --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt @@ -2,6 +2,7 @@ Online help