alecpl
2010-06-17 ce06d32dd81e3a9c5c5c8a5e27562b5c55b49c81
skins/default/templates/compose.html
@@ -24,12 +24,6 @@
      <roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " />
      <roundcube:container name="toolbar" id="compose-toolbar" />
    </td>
    <td id="priority-selector">
      <label for="rcmcomposepriority"><roundcube:label name="priority" />:</label>&nbsp;<roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" />
    </td>
    <td id="receipt-selector">
      <roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" />&nbsp;<label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" /></label>
    </td>
</tr></table>
</div>
@@ -70,7 +64,13 @@
       </tr><tr>
      <td class="title"><roundcube:label name="editortype" /></td>
      <td>
          <div id="editor-select"><roundcube:object name="editorSelector" editorid="compose-body" /></div>
          <div id="editor-select">
                <roundcube:object name="editorSelector" editorid="compose-body" tabindex="7" />
                <label for="rcmcomposepriority"><roundcube:label name="priority" /></label>
                <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" />
                <label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" /></label>
                <roundcube:object name="receiptCheckBox" form="form" id="rcmcomposereceipt" />
            </div>
          <div id="spellcheck-control"></div>
      </td>
       </tr>
@@ -78,15 +78,15 @@
   </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" />
          <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="9" />
          <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="10" />
      </td>
      <td style="text-align:right; white-space: nowrap">
          <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="10" /></label>
          <label><roundcube:label name="savesentmessagein" />: <roundcube:object name="storetarget" maxlength="30" tabindex="11" /></label>
      </td>
       </tr>
   </tbody></table>
@@ -101,7 +101,7 @@
</form>
<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" />
<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" />
</body>
</html>