--- 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') . ' | <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;
}