From 4704a5ae6e00678c2fe278c2f40ae69e3d5a20f4 Mon Sep 17 00:00:00 2001
From: Graham Cole <chckens@sucs.org>
Date: Wed, 1 Oct 2008 22:16:52 +0000
Subject: [PATCH] tweak tinymce prefs

---
 htdocs/js/tiny_mce.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/htdocs/js/tiny_mce.js b/htdocs/js/tiny_mce.js
index 1a5e364..b010930 100644
--- a/htdocs/js/tiny_mce.js
+++ b/htdocs/js/tiny_mce.js
@@ -1,14 +1,14 @@
 tinyMCE.init({
 	mode: "textareas",
-	plugins: "fullscreen",
+	height: "100%",
+	plugins: "safari,fullscreen,inlinepopups",
 	theme: "advanced",
-	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,separator,formatselect,separator,charmap,code,fullscreen",
+	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,styleselect,sup,sub,separator,bullist,numlist,outdent,indent,separator,undo,redo,link,unlink,anchor,separator,formatselect,separator,charmap,code,fullscreen",
 	theme_advanced_buttons2 : "",
 	theme_advanced_buttons3 : "",
 	theme_advanced_toolbar_location: "top",
 	theme_advanced_toolbar_align: "left",
 	content_css: "/css/editor.css",
-	browsers: "msie,gecko,opera",
 	remove_linebreaks : false,
 	convert_urls : false,
 valid_elements : ""
@@ -267,3 +267,4 @@ valid_elements : ""
   +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
   +"|title]"
 })
+
-- 
GitLab