From 7d8e168cb1700455ae0746087d2e81c0696fbfaa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 10 Jul 2009 10:52:11 -0400
Subject: [PATCH] Fix compose step: correctly choose html mode and attachments when in draft or edit mode

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

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 0e122ed..e032c58 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -68,7 +68,7 @@
 	    </tr><tr>
 		<td class="title"><roundcube:label name="editortype" /></td>
 		<td>
-		    <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="7" /></div>
+		    <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" /></div>
 		    <div id="spellcheck-control"></div>
 		</td>
 	    </tr>
@@ -76,7 +76,7 @@
 	</table>
     </div>
     <div id="compose-div">
-	<roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="8" />
+	<roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" />
 	<table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody>
 	    <tr>
 		<td style="white-space: nowrap">

--
Gitblit v1.9.1