update tinymce to 3.5b2 to fix issues with FF 11 and pasting into code blocks

This commit is contained in:
friendica 2012-03-20 20:47:31 -07:00
parent 810e69ef0a
commit f55779fd83
296 changed files with 17157 additions and 10477 deletions

0
library/tinymce/jscripts/tiny_mce/plugins/template/blank.htm vendored Executable file → Normal file
View file

0
library/tinymce/jscripts/tiny_mce/plugins/template/css/template.css vendored Executable file → Normal file
View file

0
library/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js vendored Executable file → Normal file
View file

View file

2
library/tinymce/jscripts/tiny_mce/plugins/template/js/template.js vendored Executable file → Normal file
View file

@ -42,7 +42,7 @@ var TemplateDialog = {
if (e) {
e.style.height = Math.abs(h) + 'px';
e.style.width = Math.abs(w - 5) + 'px';
e.style.width = Math.abs(w - 5) + 'px';
}
},

16
library/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js vendored Executable file → Normal file
View file

@ -1,15 +1 @@
tinyMCE.addI18n('en.template_dlg',{
title:"Templates",
label:"Template",
desc_label:"Description",
desc:"Insert predefined template content",
select:"Select a template",
preview:"Preview",
warning:"Warning: Updating a template with a different one may cause data loss.",
mdate_format:"%Y-%m-%d %H:%M:%S",
cdate_format:"%Y-%m-%d %H:%M:%S",
months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
});
tinyMCE.addI18n('en.template_dlg',{title:"Templates",label:"Template","desc_label":"Description",desc:"Insert Predefined Template Content",select:"Select a Template",preview:"Preview",warning:"Warning: Updating a template with a different one may cause data loss.","mdate_format":"%Y-%m-%d %H:%M:%S","cdate_format":"%Y-%m-%d %H:%M:%S","months_long":"January,February,March,April,May,June,July,August,September,October,November,December","months_short":"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec","day_long":"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday","day_short":"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"});

0
library/tinymce/jscripts/tiny_mce/plugins/template/template.htm vendored Executable file → Normal file
View file