includes/template.php
changeset 1344 dc96d6c5cd1e
parent 1302 b48d2de63007
child 1352 d97cf005f674
--- a/includes/template.php	Thu Jun 02 05:28:28 2011 -0400
+++ b/includes/template.php	Thu Jun 02 05:46:13 2011 -0400
@@ -2155,6 +2155,8 @@
 		$randomid = md5(microtime() . mt_rand());
 		$html = '';
 		$html .= '<textarea name="' . $name . '" rows="'.$rows.'" cols="'.$cols.'" style="width: 100%;" id="toggleMCEroot_'.$randomid.'">' . $content . '</textarea>';
+		
+		/*
 		$html .= '<div style="float: right; display: table;" id="mceSwitchAgent_' . $randomid . '">' . $lang->get('etc_tinymce_btn_text') . '&nbsp;&nbsp;|&nbsp;&nbsp;<a href="#" onclick="if ( !KILL_SWITCH ) { toggleMCE_'.$randomid.'(); return false; }">' . $lang->get('etc_tinymce_btn_graphical') . '</a></div>';
 		$html .= '<script type="text/javascript">
 								// <![CDATA[
@@ -2177,6 +2179,8 @@
 								}
 								// ]]>
 							</script>';
+		*/
+		
 		return $html;
 	}