Aleksander Machniak
2012-10-24 e04e3144407b7a863999d8aeaf6c3a653219359f
skins/larry/templates/compose.html
@@ -3,10 +3,13 @@
<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>
<div class="minwidth">
<roundcube:include file="/includes/header.html" />
<div id="mainscreen">
@@ -16,11 +19,18 @@
<!-- inline address book -->
<div id="compose-contacts" class="uibox listbox">
<h2 class="boxtitle"><roundcube:label name="contacts" /></h2>
<div class="scroller withfooter">
</div>
   <roundcube:object name="addressbooks" id="directorylist" class="listing" />
   <div class="scroller withfooter">
      <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" />
   </div>
<div class="boxfooter">
   <roundcube:button command="add-recipient" prop="to" type="link" title="to" class="listbutton addto disabled" classAct="listbutton addto" innerClass="inner" content="To+" /><roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="listbutton addcc disabled" classAct="listbutton addcc" innerClass="inner" content="Cc+" /><roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="listbutton addbcc disabled" classAct="listbutton addbcc" innerClass="inner" content="Bcc+" />
</div>
<div class="boxpagenav">
   <roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" content="|&amp;lt;" />
   <roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" content="&amp;lt;" />
   <roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" content="&amp;gt;" />
   <roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" content="&amp;gt;|" />
</div>
</div>
@@ -31,9 +41,14 @@
<!-- 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="checkspelling" />
   <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attach pressed" label="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="insertsignature" />
   <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" />
</div>
</div>
@@ -63,7 +78,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">
@@ -94,9 +109,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>
@@ -104,17 +119,19 @@
<!-- (collapsable) message options -->
<div id="composeoptionsbox">
   <span class="composeoption">
      <label><roundcube:label name="options" /></label>
      <a href="#options" id="composeoptionstoggle">&nbsp;</a>
      <label><roundcube:label name="options" />
         <a href="#options" id="composeoptionstoggle">&nbsp;</a></label>
   </span>
   
   <div id="composeoptions">
      <roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
      <span class="composeoption">
         <label><roundcube:label name="editortype" />
            <roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" /></label>
            <roundcube:object name="editorSelector" editorid="composebody" tabindex="14" /></label>
      </span>
      <roundcube:endif />
      <span class="composeoption">
         <label><label for="rcmcomposepriority"><roundcube:label name="priority" />
         <label for="rcmcomposepriority"><roundcube:label name="priority" />
            <roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></label>
      </span>
      <span class="composeoption">
@@ -123,9 +140,11 @@
      <span class="composeoption">
         <label><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /> <roundcube:label name="dsn" /></label>
      </span>
                <roundcube:if condition="!config:no_save_sent_messages" />
      <span class="composeoption">
         <label><roundcube:label name="savesentmessagein" /> <roundcube:object name="storetarget" maxlength="30" style="max-width:12em" /></label>
      </span>
                <roundcube:endif />
      <roundcube:container name="composeoptions" id="composeoptions" />
   </div>
</div>
@@ -133,14 +152,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" cancelIcon="/images/0.gif" />
      <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" />
      <roundcube:object name="fileDropArea" id="compose-attachments" />
   </div>
</div>
@@ -154,6 +173,8 @@
</div><!-- end mainscreen -->
</div><!-- end minwidth -->
<div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='addattachment' />">
   <roundcube:object name="composeAttachmentForm" id="uploadform" attachmentFieldSize="40" buttons="no" />
   <div class="formbuttons">
@@ -162,6 +183,8 @@
   </div>
</div>
<div id="spellmenu" class="popupmenu"></div>
<roundcube:include file="/includes/footer.html" />
</body>