diff options
Diffstat (limited to 'view')
-rwxr-xr-x | view/contact_head.tpl | 4 | ||||
-rwxr-xr-x | view/event_head.tpl | 1 | ||||
-rwxr-xr-x | view/jot-header.tpl | 1 | ||||
-rwxr-xr-x | view/msg-header.tpl | 1 | ||||
-rwxr-xr-x | view/profed_head.tpl | 1 |
5 files changed, 6 insertions, 2 deletions
diff --git a/view/contact_head.tpl b/view/contact_head.tpl index c7de390af..a76293a68 100755 --- a/view/contact_head.tpl +++ b/view/contact_head.tpl @@ -13,8 +13,8 @@ tinyMCE.init({ theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", - theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle", - content_css : "bbcode.css", + theme_advanced_styles : "blockquote,code", + gecko_spellcheck : true, entity_encoding : "raw", add_unload_trigger : false, remove_linebreaks : false, diff --git a/view/event_head.tpl b/view/event_head.tpl index 498ac9941..97201e722 100755 --- a/view/event_head.tpl +++ b/view/event_head.tpl @@ -74,6 +74,7 @@ tinyMCE.init({ theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + gecko_spellcheck : true, paste_text_sticky : true, entity_encoding : "raw", add_unload_trigger : false, diff --git a/view/jot-header.tpl b/view/jot-header.tpl index ef760abe0..974e02ab4 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -32,6 +32,7 @@ function initEditor(cb){ theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + gecko_spellcheck : true, paste_text_sticky : true, entity_encoding : "raw", add_unload_trigger : false, diff --git a/view/msg-header.tpl b/view/msg-header.tpl index 098333893..49ee5905b 100755 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl @@ -16,6 +16,7 @@ if(plaintext != 'none') { theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + gecko_spellcheck : true, paste_text_sticky : true, entity_encoding : "raw", add_unload_trigger : false, diff --git a/view/profed_head.tpl b/view/profed_head.tpl index e1df2c4ad..a3267d591 100755 --- a/view/profed_head.tpl +++ b/view/profed_head.tpl @@ -13,6 +13,7 @@ tinyMCE.init({ theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + gecko_spellcheck : true, paste_text_sticky : true, entity_encoding : "raw", add_unload_trigger : false, |