| | |
| | | <roundcube:endif /> |
| | | <roundcube:include file="/includes/mailtoolbar.html" /> |
| | | <div class="toolbarselect"> |
| | | <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> |
| | | <roundcube:object name="mailboxlist" type="select" noSelection="move" maxlength="25" onchange="rcmail.command('move', this.options[this.selectedIndex].value)" class="mailboxlist decorated" folder_filter="mail" /> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <span class="moreheaderstoggle"></span> |
| | | |
| | | <h2 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h2> |
| | | <div class="message-headers"> |
| | | <roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" max="20" /> |
| | | </div> |
| | | <roundcube:object name="messageFullHeaders" id="full-headers" /> |
| | | |
| | | <!-- record navigation --> |
| | |
| | | <roundcube:button command="previousmessage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previousmessage" content="&lt;" /> |
| | | <roundcube:button command="nextmessage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextmessage" content="&gt;" /> |
| | | </div> |
| | | |
| | | <roundcube:if condition="env:optional_format=='text'" /> |
| | | <div class="pagenav" id="formatcontrols"> |
| | | <span class="buttongroup"> |
| | | <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="inner" title="changeformathtml" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button last changeformat text pressed" innerClass="inner" title="changeformattext" /> |
| | | </span> |
| | | </div> |
| | | <roundcube:elseif condition="env:optional_format=='html'" /> |
| | | <div class="pagenav" id="formatcontrols"> |
| | | <span class="buttongroup"> |
| | | <roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html" classSel="button first changeformat html pressed" innerClass="inner" title="changeformathtml" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text selected" innerClass="inner" title="changeformattext" /> |
| | | </span> |
| | | </div> |
| | | <roundcube:endif /> |
| | | |
| | | |
| | | <div id="contactphoto"><roundcube:object name="contactphoto" /></div> |
| | | </div> |
| | |
| | | |
| | | </div><!-- end mainscreen --> |
| | | |
| | | <div id="attachmentmenu" class="popupmenu dropdown"> |
| | | <div id="attachmentmenu" class="popupmenu"> |
| | | <ul class="toolbarmenu"> |
| | | <li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="icon" classAct="icon active" innerclass="icon extwin" /></li> |
| | | <li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="icon" classAct="icon active" innerclass="icon download" /></li> |