From 79af0bb1ba370bd5f194afb692e7ed59a26b02af Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 03 Nov 2008 09:26:23 -0500
Subject: [PATCH] - Add warning when switching editor mode from html to plain (#1485488) - Unified editor switching functions

---
 skins/default/templates/compose.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index beabe98..aa45ef0 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -80,7 +80,7 @@
 		</td>
 		<td style="text-align:right; white-space:nowrap">
 		    <roundcube:label name="editortype" />:&nbsp;
-		    <span class="radios-left"><roundcube:object name="editorSelector" tabindex="10" /></span>
+		    <span class="radios-left"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /></span>
 		</td>
 	    </tr>
 	</tbody></table>

--
Gitblit v1.9.1