diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-05 15:45:43 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-05 15:45:43 +0100 |
commit | 72975e14970ec4eeac927b80754ee3a5c6ada58e (patch) | |
tree | e6cf0a6d5123a01f9cf06aaf678cf66307d8c723 /skins/larry/templates/mail.html | |
parent | 81297785e1e0cd0cfb5bbee2e44a3e6da3c363dd (diff) |
Move folder/directory list auto-scrolling functionality to treelist widget (same as auto-expand) and make it work without list header/footer blocks
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 8f19b9f7f..ff5f7549c 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -27,7 +27,6 @@ <div id="mailview-left"> <!-- folders list --> -<div id="folderlist-header"></div> <div id="mailboxcontainer" class="uibox listbox"> <div id="folderlist-content" class="scroller withfooter"> <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing" folder_filter="mail" unreadwrap="%s" /> |