aboutsummaryrefslogtreecommitdiffstats
path: root/view/contact_head.tpl
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-30 07:58:18 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-30 07:58:18 +0100
commited6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf (patch)
tree231f1b6ee875012f8d2c05cc8238f1f2380d1c72 /view/contact_head.tpl
parent8e07525dfb47cfb8bf04d51ebcde51c83b8d41ca (diff)
parentf632a4a53ac5da48c5ed6ee08f05c4d847029698 (diff)
downloadvolse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.tar.gz
volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.tar.bz2
volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/contact_head.tpl')
-rw-r--r--view/contact_head.tpl31
1 files changed, 31 insertions, 0 deletions
diff --git a/view/contact_head.tpl b/view/contact_head.tpl
new file mode 100644
index 000000000..6a80c2122
--- /dev/null
+++ b/view/contact_head.tpl
@@ -0,0 +1,31 @@
+<script language="javascript" type="text/javascript"
+ src="$baseurl/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
+ <script language="javascript" type="text/javascript">
+
+
+tinyMCE.init({
+ theme : "advanced",
+ mode : "exact",
+ elements: "contact-edit-info",
+ plugins : "bbcode",
+ theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor",
+ theme_advanced_buttons2 : "",
+ theme_advanced_buttons3 : "",
+ theme_advanced_toolbar_location : "top",
+ theme_advanced_toolbar_align : "center",
+ theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
+ content_css : "bbcode.css",
+ entity_encoding : "raw",
+ add_unload_trigger : false,
+ remove_linebreaks : false,
+ force_p_newlines : false,
+ force_br_newlines : true,
+ forced_root_block : '',
+ content_css: "$baseurl/view/custom_tinymce.css"
+
+
+});
+
+
+</script>
+