Thomas Bruederli
2014-08-18 3ebac0167bf20104fb7a2a55934765117760264c
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 />
@@ -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,12 +214,22 @@
      <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="newresponse" 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>
<roundcube:include file="/includes/footer.html" />
<script type="text/javascript" src="/zen-form.js"></script>
<script type="text/javascript">
$(document).ready(function() {
   UI.set('exitfullscreen', '<roundcube:label name="exitfullscreen" quoting="javascript" />');
   UI.set('switchtheme', '<roundcube:label name="switchtheme" quoting="javascript" />');
});
</script>
</body>
</html>