X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fmsg-header.tpl;h=ca91923524d0e04e76fd5aab4b1072afc2380358;hb=4059e58bbf6ac1fc40aaefd995338eb8d4ced3d8;hp=47b92ddf14a3c0d2738ab3874dced43976d022f3;hpb=6679d188263b6b717d318a9ab4c914265bcb0c1e;p=friendica.git diff --git a/view/templates/msg-header.tpl b/view/templates/msg-header.tpl index 47b92ddf14..ca91923524 100644 --- a/view/templates/msg-header.tpl +++ b/view/templates/msg-header.tpl @@ -17,6 +17,7 @@ if(plaintext != 'none') { theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + theme_advanced_resizing : true, gecko_spellcheck : true, paste_text_sticky : true, entity_encoding : "raw", @@ -43,7 +44,7 @@ if(plaintext != 'none') { }); } else - $("#prvmail-text").contact_autocomplete(baseurl+"/acl"); + $("#prvmail-text").editor_autocomplete(baseurl+"/acl"); @@ -62,6 +63,11 @@ else } ); + {{if $editselect = 'none'}} + $("#prvmail-text").bbco_autocomplete('bbcode'); + {{/if}} + + }); function jotGetLink() {