diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-10 08:47:10 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-10 08:47:10 +0200 |
commit | 8efdd9caf7e7c76c76a5335362d9cc4a96c32ae4 (patch) | |
tree | dbe3cff17b7200f88a8ff039e8cadada38ef4a05 /skins/classic/templates | |
parent | 2c03b71d28ef0d579f2961e7c9c56f6756b0ea4b (diff) |
Enable fixed message list header in classic skin
Diffstat (limited to 'skins/classic/templates')
-rw-r--r-- | skins/classic/templates/mail.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/templates/mail.html b/skins/classic/templates/mail.html index 4c29509b3..10aebc96d 100644 --- a/skins/classic/templates/mail.html +++ b/skins/classic/templates/mail.html @@ -55,6 +55,7 @@ <div id="messagelistcontainer" class="boxlistcontent" style="top:0"> <roundcube:object name="messages" id="messagelist" + class="messagelist fixedheader" cellspacing="0" columns="" summary="Message list" |