[pLog-svn] r4275 - plog/branches/lifetype-1.1.2/js/tinymce

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Nov 10 01:52:09 GMT 2006


Author: jondaley
Date: 2006-11-10 01:52:08 +0000 (Fri, 10 Nov 2006)
New Revision: 4275

Modified:
   plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js
Log:
fixed the width problem for tinymce.  We had too many buttons on the first line.  duh.

Modified: plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js	2006-11-09 21:47:25 UTC (rev 4274)
+++ plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js	2006-11-10 01:52:08 UTC (rev 4275)
@@ -8,8 +8,8 @@
 	remove_script_host : false,
 	force_p_newlines : true,
 	cleanup_on_startup : true,	
-	theme_advanced_buttons1 : "fullscreen,separator,fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull",
-	theme_advanced_buttons2 : "bullist,numlist,indent,outdent,separator,link,unlink,image,insertresource,insertvideo,emotions,separator,hr,insertdate,inserttime,separator,code",
+	theme_advanced_buttons1 : "fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull",
+	theme_advanced_buttons2 : "bullist,numlist,indent,outdent,separator,link,unlink,image,insertresource,insertvideo,emotions,separator,hr,insertdate,inserttime,separator,fullscreen,separator,code",
 	theme_advanced_buttons3 : "",
 	fullscreen_settings : {
                 theme_advanced_buttons3 : "tablecontrols"
@@ -278,4 +278,4 @@
 	+"var[class|dir<ltr?rtl|id|lang|onclick|ondblclick|onkeydown|onkeypress"
 	  +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
 	  +"|title]"	
-});
\ No newline at end of file
+});



More information about the pLog-svn mailing list