http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7589
--- Comment #10 from Mason James <[email protected]> --- (In reply to comment #9) > I just tested on an installation of 3.8.3 running off the official packages, > and it has tiny_mce working beautifully for both English and Norwegian. > Maybe this is just a problem for 3.6.x now? well... looks like its still broken, in the latest stable .deb mason@gw1:~$ dpkg -c ./koha-common_3.8.3.1-1_all.deb |grep jscript |wc -l 0 what that '0' means is that there is ZERO dirs in the package called 'jscript' the 'jscript' dir gets deleted in ./debian/rules rm -r $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce which means that the below call for tiny_mce in ./prog/en/modules/tools/koha-news.tt will fail (which is the bug) script language="javascript" type="text/javascript" src="[% themelang %]/js /tinymce/jscripts/tiny_mce/tiny_mce.js"></script> and thats the bug, that the patch fixes -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
