]> git.mxchange.org Git - friendica.git/blob - view/smarty3/contact_head.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / contact_head.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<script language="javascript" type="text/javascript"
6           src="{{$baseurl}}/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
7           <script language="javascript" type="text/javascript">
8
9 tinyMCE.init({
10         theme : "advanced",
11         mode : "{{$editselect}}",
12         elements: "contact-edit-info",
13         plugins : "bbcode",
14         theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor",
15         theme_advanced_buttons2 : "",
16         theme_advanced_buttons3 : "",
17         theme_advanced_toolbar_location : "top",
18         theme_advanced_toolbar_align : "center",
19         theme_advanced_styles : "blockquote,code",
20         gecko_spellcheck : true,
21         entity_encoding : "raw",
22         add_unload_trigger : false,
23         remove_linebreaks : false,
24         force_p_newlines : false,
25         force_br_newlines : true,
26         forced_root_block : '',
27         content_css: "{{$baseurl}}/view/custom_tinymce.css"
28
29
30 });
31
32
33 </script>
34