mustache/app/views/pages/inbox.mustache
mustache/app/views/pages/partials/inbox
.btn-new-mail
class is (optionally) inside tab list:
mustache/app/views/pages/partials/inbox/navbar.mustache
Message navbar .message-navbar
consists of .message-bar
which contains
title of the pane and toolbar buttons.
There are also other areas such as "Search box", "Sort Messages", etc, which are inside
.messagebar-item-left
or .messagebar-item-right
classes:
.message-list-container
contains a list of messages wrapped inside .message-list
:
.message-star
A star icon to mark messages as starred/unstarred.sender
Which is the sender's name.time
Which is the time the message was sent/received.attachment
Which indicates there's an attachment.summary
Which contains message summary wrapped inside a .text
and an optional .mail-tag
or .message-flags
.message-footer
consists of
optional parts such as a pagination:
2nd footer style has
.message-footer-style2
class:
See the following file for more info:
mustache/app/views/pages/partials/inboxmessage_footer.mustache
.message-content
and
consists of .message-header
, .message-body
and .message-attachment
:
.message-header
consists of optional elements, for example .sender
, .time
and action buttons:
.message-body
element
.attachment-title
,
.attachment-list
and .attachment-images
Attachment list consists of
.action-buttons
and
.attached-file
which has attached-name
:
mustache/app/views/pages/partials/inboxmessage_form.mustache
mustache/app/views/assets/scripts/inbox.js
.message-condensed
class to .message-container
.tab-size-bigger
from ul.inbox-tabs
for smaller tabs
.inbox-menu
according to following file:
mustache/app/views/pages/partials/inbox/folders.mustache
.tabbable
and .tab-pane
etc:
mustache/app/views/pages/inbox.mustache