X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fmsg-header.tpl;h=8517ef3832d475f7fffbf39e8c019a61534bc152;hb=5214eb2bda6a810f91cfbbceee6c0ce3cecb60f7;hp=b1fcefd24703258c8d30132273ca1d4651c6bdbc;hpb=27054964feba44e82589fb6b8c464c59b9420feb;p=friendica.git diff --git a/view/msg-header.tpl b/view/msg-header.tpl old mode 100755 new mode 100644 index b1fcefd247..8517ef3832 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl @@ -16,13 +16,14 @@ 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, remove_linebreaks : false, - force_p_newlines : false, - force_br_newlines : true, - forced_root_block : '', + //force_p_newlines : false, + //force_br_newlines : true, + forced_root_block : 'div', convert_urls: false, content_css: "$baseurl/view/custom_tinymce.css", //Character count @@ -37,9 +38,12 @@ if(plaintext != 'none') { textarea.attr('tabindex', null); } }); - }, + } }); } +else + $("#prvmail-text").contact_autocomplete(baseurl+"/acl"); +