| | |
| | | <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> |
| | | </div> |
| | | <div class="boxfooter"> |
| | | <!--<roundcube:button name="togglequota" type="link" title="showquota" class="buttonPas showinfo" classAct="button showinfo" onclick="rcmail_ui.toggle_quotadisplay();return false" content=" " />--> |
| | | <roundcube:button name="mboxactions" id="mboxactionslink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_mailboxmenu();return false" content=" " /> |
| | | <roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " /> |
| | | |
| | | <roundcube:if condition="env:quota" /> |
| | | <img id="quotaimg" src="/images/quota.gif" alt="" /> |
| | |
| | | cellspacing="0" |
| | | columns="" |
| | | summary="Message list" |
| | | messageIcon="/images/icons/dot.png" |
| | | unreadIcon="/images/icons/unread.png" |
| | | deletedIcon="/images/icons/deleted.png" |
| | | repliedIcon="/images/icons/replied.png" |
| | | forwardedIcon="/images/icons/forwarded.png" |
| | | forwardedrepliedIcon="/images/icons/forwarded_replied.png" |
| | | attachmentIcon="/images/icons/attachment.png" |
| | | flaggedIcon="/images/icons/flagged.png" |
| | | unflaggedIcon="/images/icons/blank.gif" |
| | | unreadchildrenIcon="" |
| | | optionsmenuIcon="/images/icons/columnpicker.gif" /> |
| | | optionsmenuIcon="true" /> |
| | | </div> |
| | | <div class="boxfooter"> |
| | | <div id="listcontrols" class="pagenav"> |
| | |
| | | <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: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=" " /> |
| | | <span id="replyallmenulink" onclick="rcmail_ui.show_popup('replyallmenu');return false"></span></span> |
| | | <roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " /> |
| | | <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletemessage" content=" " /> |
| | | <roundcube:container name="toolbar" id="messagetoolbar" /> |
| | | <roundcube:button name="markreadbutton" id="markreadbutton" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" content=" " /> |
| | | <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="messageactions" onclick="rcmail_ui.show_messagemenu();return false" content=" " /> |
| | | <roundcube:button name="markmenulink" id="markmenulink" type="link" class="button markmessage" title="markmessages" onclick="rcmail_ui.show_popup('markmenu');return false" content=" " /> |
| | | <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="messageactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " /> |
| | | </div> |
| | | |
| | | <div id="markmessagemenu" class="popupmenu"> |
| | |
| | | </ul> |
| | | </div> |
| | | |
| | | <roundcube:include file="/includes/replyallmenu.html" /> |
| | | <roundcube:include file="/includes/messagemenu.html" /> |
| | | |
| | | <div id="searchmenu" class="popupmenu"> |
| | |
| | | <label for="rcmlistfilter"><roundcube:label name="filter" /></label>: |
| | | <roundcube:object name="searchfilter" class="searchfilter" /> |
| | | </div> |
| | | <roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" /> |
| | | <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" /> |
| | | <roundcube:object name="searchform" id="quicksearchbox" /> |
| | | <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> |
| | | </div> |
| | |
| | | <li><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /><label for="cols_cc"><roundcube:label name="cc" /></label></li> |
| | | <li><input type="checkbox" name="list_col[]" value="date" id="cols_date" /><label for="cols_date"><roundcube:label name="date" /></label></li> |
| | | <li><input type="checkbox" name="list_col[]" value="size" id="cols_size" /><label for="cols_size"><roundcube:label name="size" /></label></li> |
| | | <li><input type="checkbox" name="list_col[]" value="status" id="cols_status" /><label for="cols_status"><roundcube:label name="readstatus" /></label></li> |
| | | <li><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /><label for="cols_attachment"><roundcube:label name="attachment" /></label></li> |
| | | <li><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /><label for="cols_flag"><roundcube:label name="flag" /></label></li> |
| | | </ul> |