| 1 | <div id="messagetoolbar"> |
|---|
| 2 | <roundcube:if condition="template:name == 'message'" /> |
|---|
| 3 | <roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " /> |
|---|
| 4 | <roundcube:else /> |
|---|
| 5 | <roundcube:button command="checkmail" type="link" class="button checkmail" classAct="button checkmail" classSel="button checkmailSel" title="checkmail" content=" " /> |
|---|
| 6 | <roundcube:endif /> |
|---|
| 7 | <roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " /> |
|---|
| 8 | <roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " /> |
|---|
| 9 | <span class="dropbutton"> |
|---|
| 10 | <roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " /> |
|---|
| 11 | <span id="replyallmenulink" onclick="rcmail_ui.show_popup('replyallmenu');return false"></span> |
|---|
| 12 | </span> |
|---|
| 13 | <span class="dropbutton"> |
|---|
| 14 | <roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " /> |
|---|
| 15 | <span id="forwardmenulink" onclick="rcmail_ui.show_popup('forwardmenu');return false"></span> |
|---|
| 16 | </span> |
|---|
| 17 | <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " /> |
|---|
| 18 | <roundcube:container name="toolbar" id="messagetoolbar" /> |
|---|
| 19 | <roundcube:if condition="template:name == 'mail'" /> |
|---|
| 20 | <roundcube:button name="markmenulink" id="markmenulink" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_popup('markmenu');return false" content=" " /> |
|---|
| 21 | <roundcube:endif /> |
|---|
| 22 | <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " /> |
|---|
| 23 | <roundcube:if condition="template:name == 'message'" /> |
|---|
| 24 | <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" folder_filter="mail" /> |
|---|
| 25 | <roundcube:endif /> |
|---|
| 26 | <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " /> |
|---|
| 27 | </div> |
|---|
| 28 | |
|---|
| 29 | <div id="forwardmenu" class="popupmenu"> |
|---|
| 30 | <ul class="toolbarmenu"> |
|---|
| 31 | <li class="block"> |
|---|
| 32 | <input type="radio" name="forwardtype" value="0" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 0, env: 'forward_attachment'});" /> |
|---|
| 33 | <roundcube:button command="forward" label="forwardinline" prop="sub" classAct="forwardlink active" class="forwardlink" /> |
|---|
| 34 | </li> |
|---|
| 35 | <li class="block"> |
|---|
| 36 | <input type="radio" name="forwardtype" value="1" onchange="rcmail.command('save-pref', {name: 'forward_attachment', value: 1, env: 'forward_attachment'})" /> |
|---|
| 37 | <roundcube:button command="forward-attachment" label="forwardattachment" prop="sub" classAct="forwardattachmentlink active" class="forwardattachmentlink" /> |
|---|
| 38 | </li> |
|---|
| 39 | <roundcube:container name="forwardmenu" id="forwardmenu" /> |
|---|
| 40 | </ul> |
|---|
| 41 | </div> |
|---|
| 42 | |
|---|
| 43 | <div id="replyallmenu" class="popupmenu"> |
|---|
| 44 | <ul> |
|---|
| 45 | <li><roundcube:button command="reply-all" label="replyall" prop="sub" classAct="replyalllink active" class="replyalllink" /></li> |
|---|
| 46 | <li><roundcube:button command="reply-list" label="replylist" prop="sub" classAct="replylistlink active" class="replylistlink" /></li> |
|---|
| 47 | <roundcube:container name="replyallmenu" id="replyallmenu" /> |
|---|
| 48 | </ul> |
|---|
| 49 | </div> |
|---|
| 50 | |
|---|
| 51 | <div id="messagemenu" class="popupmenu"> |
|---|
| 52 | <ul class="toolbarmenu"> |
|---|
| 53 | <li><roundcube:button class="printlink" command="print" label="printmessage" classAct="printlink active" /></li> |
|---|
| 54 | <li><roundcube:button class="downloadlink" command="download" label="emlsave" classAct="downloadlink active" /></li> |
|---|
| 55 | <li><roundcube:button class="editlink" command="edit" label="editasnew" classAct="editlink active" /></li> |
|---|
| 56 | <li class="separator_below"><roundcube:button class="sourcelink" command="viewsource" label="viewsource" classAct="sourcelink active" /></li> |
|---|
| 57 | <li><roundcube:button class="openlink" command="open" label="openinextwin" target="_blank" classAct="openlink active" /></li> |
|---|
| 58 | <roundcube:container name="messagemenu" id="messagemenu" /> |
|---|
| 59 | </ul> |
|---|
| 60 | </div> |
|---|
| 61 | |
|---|
| 62 | <roundcube:if condition="template:name == 'mail'" /> |
|---|
| 63 | <div id="markmessagemenu" class="popupmenu"> |
|---|
| 64 | <ul class="toolbarmenu"> |
|---|
| 65 | <li><roundcube:button command="mark" prop="read" label="markread" classAct="readlink active" class="readlink" /></li> |
|---|
| 66 | <li><roundcube:button command="mark" prop="unread" label="markunread" classAct="unreadlink active" class="unreadlink" /></li> |
|---|
| 67 | <li><roundcube:button command="mark" prop="flagged" label="markflagged" classAct="flaggedlink active" class="flaggedlink" /></li> |
|---|
| 68 | <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="unflaggedlink active" class="unflaggedlink" /></li> |
|---|
| 69 | <roundcube:container name="markmenu" id="markmessagemenu" /> |
|---|
| 70 | </ul> |
|---|
| 71 | </div> |
|---|
| 72 | <roundcube:endif /> |
|---|