diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 16:27:45 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-02 16:27:45 +0200 |
commit | 10467e8a5957666051bcb2a48282f49e6688d7d4 (patch) | |
tree | 061dcd8bce0403b5f4d74853fbd1dc5eddcc676c /skins/larry/templates/message.html | |
parent | 7257040ca27e02020752d76a4b80e9d3a18c60fb (diff) |
Unify appearence of message view (full and preview); limit number of recipients to be displayed in headers section
Diffstat (limited to 'skins/larry/templates/message.html')
-rw-r--r-- | skins/larry/templates/message.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html index 50ac84473..e99f2066a 100644 --- a/skins/larry/templates/message.html +++ b/skins/larry/templates/message.html @@ -34,8 +34,10 @@ <div id="mailview-right" class="offset uibox"> <div id="messageheader"> +<span id="previewheaderstoggle"></span> + <h2 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h2> -<roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" /> +<roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" max="20" /> <roundcube:object name="messageFullHeaders" id="full-headers" /> <!-- record navigation --> |