Thomas Bruederli
2014-08-14 29f7b272a54ccb268148c48c2eefb00748dc2512
skins/larry/templates/compose.html
@@ -3,6 +3,7 @@
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/zen-form.css" />
<roundcube:if condition="config:enable_spellcheck" />
<link rel="stylesheet" type="text/css" href="/googiespell.css" />
<roundcube:endif />
@@ -27,7 +28,7 @@
   <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" tabindex="2" />
      <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2">Select Spell Language</a>
      <a href="#languages" class="dropbuttontip" id="spellmenulink" onclick="UI.toggle_popup('spellmenu',event);return false" aria-haspopup="true" aria-expanded="false" tabindex="2">Select Spell Language</a>
   </span>
   <roundcube:endif />
   <roundcube:button name="addattachment" type="link" class="button attach" label="attach" title="addattachment" onclick="UI.show_uploadform(event);return false" aria-haspopup="true" aria-expanded="false"tabindex="2" />
@@ -169,13 +170,14 @@
   <div id="composebodycontainer">
      <label for="composebody" class="voice"><roundcube:label name="arialabelmessagebody" /></label>
      <roundcube:object name="composeBody" id="composebody" form="form" cols="70" rows="20" tabindex="1" />
      <a href="#" class="go-zen" title="<roundcube:label name='editfullscreen' />"><span class="icon-go-zen"><roundcube:label name="editfullscreen" /></span></a>
   </div>
   <div id="compose-attachments" class="rightcol" role="region" aria-labelledby="aria-label-composeattachments">
      <h2 id="aria-label-composeattachments" class="voice"><roundcube:label name="attachments" /></h2>
      <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(event);return false" tabindex="1" />
      </div>
      <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" />
      <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" tabindex="1" />
      <roundcube:object name="fileDropArea" id="compose-attachments" />
   </div>
<!--
@@ -212,11 +214,13 @@
      <li role="separator" class="separator" id=""><label><roundcube:label name="insertresponse" /></label></li>
      <roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" />
      <li role="separator" class="separator"><label><roundcube:label name="manageresponses" /></label></li>
      <li role="menuitem"><roundcube:button command="save-response" type="link" label="savenewresponse" classAct="active" unselectable="on" /></li>
      <li role="menuitem"><roundcube:button command="responses" type="link" label="editresponses" classAct="active" /></li>
      <roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" />
      <roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" />
   </ul>
</div>
<script type="text/javascript" src="/zen-form.js"></script>
<roundcube:include file="/includes/footer.html" />
</body>