Add Compose button on message view page (#1488747)
Fixed javascript error on extwin message page (classic skin) - removed splitter.
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Add Compose button on message view page (#1488747) |
| | | - Display 'Sender' header in message preview |
| | | - Plugin API: Added message_before_send hook |
| | | - Fix contact copy/add-to-group operations on search result (#1488862) |
| | |
| | | <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " /> |
| | | <roundcube:else /> |
| | | <roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " /> |
| | | <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " /> |
| | | <roundcube:endif /> |
| | | <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " /> |
| | | <roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " /> |
| | | <span class="dropbutton"> |
| | | <roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " /> |
| | |
| | | |
| | | </div> |
| | | |
| | | <roundcube:if condition="!env:extwin" /> |
| | | <script type="text/javascript"> |
| | | var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165}); |
| | | rcmail.add_onload('mailviewsplitv.init()'); |
| | | </script> |
| | | <roundcube:endif /> |
| | | |
| | | </body> |
| | | </html> |
| | |
| | | <roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> |
| | | <span class="spacer"></span> |
| | | <roundcube:button command="reply" type="link" class="button reply disabled" classAct="button reply" classSel="button reply pressed" label="reply" title="replytomessage" /> |
| | | <span class="dropbutton"> |
| | | <roundcube:button command="reply-all" type="link" class="button reply-all disabled" classAct="button reply-all" classSel="button reply-all pressed" label="replyall" title="replytoallmessage" /> |
| | |
| | | <!-- toolbar --> |
| | | <div id="messagetoolbar" class="toolbar"> |
| | | <roundcube:button command="checkmail" type="link" class="button checkmail disabled" classAct="button checkmail" classSel="button checkmail pressed" label="refresh" title="checkmail" /> |
| | | <roundcube:button command="compose" type="link" class="button compose disabled" classAct="button compose" classSel="button compose pressed" label="compose" title="writenewmessage" /> |
| | | <span class="spacer"></span> |
| | | <roundcube:include file="/includes/mailtoolbar.html" /> |
| | | </div> |
| | | |
| | |
| | | <div id="messagetoolbar" class="toolbar fullwidth"> |
| | | <roundcube:if condition="!env:extwin" /> |
| | | <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> |
| | | <span class="spacer"></span> |
| | | <roundcube:endif /> |
| | | <roundcube:include file="/includes/mailtoolbar.html" /> |
| | | <div class="toolbarselect"> |