From 309d2f40a037a158db596068b7fb6799f94018c2 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 01 May 2009 15:27:36 -0400
Subject: [PATCH] - jQuery'fied GoogieSpell 4.0 + some changes in compose

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

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 73e6575..99a4185 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -66,24 +66,26 @@
 	    </tr><tr>
 		<td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
 		<td><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="6" /></td>
+	    </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="spellcheck-control"></div>
+		</td>
 	    </tr>
 	</tbody>
 	</table>
     </div>
     <div id="compose-div">
-	<roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="7" />
+	<roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="8" />
 	<table border="0" cellspacing="0" summary="" style="width:100%; margin-top: 5px;"><tbody>
 	    <tr>
 		<td style="white-space: nowrap">
 		    <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="8" />
 		    <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="9" />
 		</td>
-		<td style="text-align:center; white-space: nowrap">
-		    <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" /></label>
-		</td>
-		<td style="text-align:right; white-space:nowrap">
-		    <roundcube:label name="editortype" />:&nbsp;
-		    <span class="radios-left"><roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /></span>
+		<td style="text-align:right; white-space: nowrap">
+		    <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="10" /></label>
 		</td>
 	    </tr>
 	</tbody></table>

--
Gitblit v1.9.1