sorry For my above message.
I have this in editor_toolbar_on
PHP Code:
<if condition="$show['wysiwyg_compatible']">
<td>
<div class="imagebutton" id="{$editorid}_cmd_switchmode">
<img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" />
</div>
</td>
</if>
AND IN QUick EDIT I have
PHP Code:
<if condition="$show['wysiwyg_compatible']">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td>
<div class="imagebutton" id="{$editorid}_cmd_switchmode">
<img src="$stylevar[imgdir_editor]/switchmode.gif" width="21" height="20" alt="$vbphrase[switch_editor_mode]" />
</div>
</td>
</if>