Thomas Bruederli
2012-07-04 77fad166e30e5fd225495c6c78f525d0ce27c7b3
skins/larry/templates/compose.html
@@ -3,7 +3,9 @@
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<roundcube:if condition="config:enable_spellcheck" />
<link rel="stylesheet" type="text/css" href="/googiespell.css" />
<roundcube:endif />
</head>
<body class="noscroll">
@@ -38,7 +40,12 @@
<!-- toolbar -->
<div id="messagetoolbar" class="fullwidth">
<div id="mailtoolbar" class="toolbar">
   <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" />
   <roundcube:if condition="config:enable_spellcheck" />
   <span class="dropbutton">
      <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" />
      <span class="dropbuttontip" id="spellmenulink" onclick="UI.show_popup('spellmenu');return false"></span>
   </span>
   <roundcube:endif />
   <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attach pressed" label="attach" title="addattachment" onclick="UI.show_uploadform();return false" />
   <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" classSel="button insertsig pressed" label="signature" title="insertsignature" />
   <roundcube:container name="toolbar" id="compose-toolbar" />
@@ -70,7 +77,7 @@
   </tr><tr id="compose-bcc">
      <td class="title top">
         <label for="_bcc"><roundcube:label name="bcc" /></label>
         <a href="#bcc" onclick="return UI.hide_header_row('bcc');" class="iconbutton cancel"title="<roundcube:label name='delete' />" />x</a>
         <a href="#bcc" onclick="return UI.hide_header_row('bcc');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a>
      </td>
      <td colspan="2" class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="4" /></td>
   </tr><tr id="compose-replyto">
@@ -101,9 +108,9 @@
</table>
<div id="composebuttons" class="formbuttons">
   <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" />
   <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="10" />
   <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="11" />
   <roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="11" />
   <roundcube:button type="input" command="savedraft" class="button" label="savemessage" tabindex="12" />
   <roundcube:button type="input" command="list" class="button" label="cancel" tabindex="13" />
</div>
</div>
@@ -119,7 +126,7 @@
      <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
      <span class="composeoption">
         <label><roundcube:label name="editortype" />
            <roundcube:object name="editorSelector" editorid="composebody" tabindex="12" /></label>
            <roundcube:object name="editorSelector" editorid="composebody" tabindex="14" /></label>
      </span>
      <roundcube:endif />
      <span class="composeoption">
@@ -142,14 +149,14 @@
<!-- message compose body -->
<div id="composeview-bottom">
   <div id="composebodycontainer">
      <div id="spellcheck-control"></div>
      <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="9" />
   </div>
   <div id="compose-attachments" class="rightcol">
      <div style="text-align:center; margin-bottom:20px">
         <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" />
         <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" tabindex="10" />
      </div>
      <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" cancelIcon="/images/0.gif" />
      <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" />
      <roundcube:object name="fileDropArea" id="compose-attachments" />
   </div>
</div>
@@ -171,6 +178,8 @@
   </div>
</div>
<div id="spellmenu" class="popupmenu"></div>
<roundcube:include file="/includes/footer.html" />
</body>