]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/msg-header.tpl
Merge pull request #2990 from Hypolite/fix-diaspora-medium-link
[friendica.git] / view / templates / msg-header.tpl
index 0f047f5cdd3ea97deb9c7fc6c701919a88711bf8..ca91923524d0e04e76fd5aab4b1072afc2380358 100644 (file)
@@ -1,8 +1,4 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
+
 
 <script language="javascript" type="text/javascript" src="{{$baseurl}}/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
 <script language="javascript" type="text/javascript">
@@ -21,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",
@@ -47,7 +44,7 @@ if(plaintext != 'none') {
        });
 }
 else
-       $("#prvmail-text").contact_autocomplete(baseurl+"/acl");
+       $("#prvmail-text").editor_autocomplete(baseurl+"/acl");
 
 
 </script>
@@ -66,6 +63,11 @@ else
                        }
                );
 
+               {{if $editselect = 'none'}}
+               $("#prvmail-text").bbco_autocomplete('bbcode');
+               {{/if}}
+
+
        });
 
        function jotGetLink() {