diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-31 15:19:58 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-31 15:19:58 +0100 |
commit | 18de07e86f44ccfa27fd6783da4a2398d53ba72a (patch) | |
tree | 55ce98e00332ba2e906452c96d0ff6ac02d3793a /skins/classic/templates/message.html | |
parent | e654d9bd24af873e3d2504a8beb2847c3bd862ee (diff) |
Set the new treelist class to all mailboxlist objects
Diffstat (limited to 'skins/classic/templates/message.html')
-rw-r--r-- | skins/classic/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/message.html b/skins/classic/templates/message.html index b9c928f8f..d1594ea28 100644 --- a/skins/classic/templates/message.html +++ b/skins/classic/templates/message.html @@ -30,7 +30,7 @@ <div id="mailboxlist-container"> <div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div> <div class="boxlistcontent"> - <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> + <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist" maxlength="25" /> </div> <div class="boxfooter"></div> </div> |