summaryrefslogtreecommitdiff
path: root/skins/classic/templates/messageerror.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-31 15:19:58 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-31 15:19:58 +0100
commit18de07e86f44ccfa27fd6783da4a2398d53ba72a (patch)
tree55ce98e00332ba2e906452c96d0ff6ac02d3793a /skins/classic/templates/messageerror.html
parente654d9bd24af873e3d2504a8beb2847c3bd862ee (diff)
Set the new treelist class to all mailboxlist objects
Diffstat (limited to 'skins/classic/templates/messageerror.html')
-rw-r--r--skins/classic/templates/messageerror.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/templates/messageerror.html b/skins/classic/templates/messageerror.html
index 918e3092a..d02508942 100644
--- a/skins/classic/templates/messageerror.html
+++ b/skins/classic/templates/messageerror.html
@@ -42,7 +42,7 @@
<div id="mailboxlist-container">
<div class="boxtitle"><roundcube:label name="mailboxlist" /></div>
<div class="boxlistcontent">
- <roundcube:object name="mailboxlist" id="mailboxlist" folder_filter="mail" />
+ <roundcube:object name="mailboxlist" id="mailboxlist" class="treelist" folder_filter="mail" />
</div>
<div class="boxfooter"></div>
</div>