| | |
| | | |
| | | body_mouseup: function(evt, p) |
| | | { |
| | | if (this.markmenu && this.markmenu.visible) |
| | | if (this.markmenu && this.markmenu.visible && evt.target != rcube_find_object('markreadbutton')) |
| | | this.show_markmenu(false); |
| | | }, |
| | | |
| | |
| | | unreadIcon="/images/icons/unread.png" |
| | | deletedIcon="/images/icons/deleted.png" |
| | | repliedIcon="/images/icons/replied.png" |
| | | attachmentIcon="/images/icons/attachment.png" /> |
| | | attachmentIcon="/images/icons/attachment.png" |
| | | flaggedIcon="/images/icons/flagged.png" |
| | | unflaggedIcon="/images/icons/unflagged.png" /> |
| | | </div> |
| | | |
| | | <roundcube:if condition="config:preview_pane == true" /> |
| | |
| | | <ul class="toolbarmenu"> |
| | | <li><roundcube:button command="mark" prop="read" label="markread" classAct="active" /></li> |
| | | <li><roundcube:button command="mark" prop="unread" label="markunread" classAct="active" /></li> |
| | | <li><roundcube:button command="mark" prop="flagged" label="markflagged" classAct="active" /></li> |
| | | <li><roundcube:button command="mark" prop="unflagged" label="markunflagged" classAct="active" /></li> |
| | | </ul> |
| | | </div> |
| | | </div> |