diff options
author | alecpl <alec@alec.pl> | 2009-12-01 07:15:12 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-12-01 07:15:12 +0000 |
commit | e2927b05cab6a3fceeb0240c7a67676ecb251b9c (patch) | |
tree | 9523da620c2cccbcc97e5c1b39f1d648c819e242 | |
parent | c55337ce67ff50b2b2836852939b3ec79316215b (diff) |
- fix folderlist header in message.html after r3141
-rw-r--r-- | skins/default/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index fcf55df0b..e3ec30da4 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -34,7 +34,7 @@ <div id="mainscreen"> <div id="mailleftcontainer"> <div id="mailboxlist-container"> -<div id="mailboxlist-header"><roundcube:label name="mailboxlist" /></div> +<div class="boxtitle"><roundcube:label name="mailboxlist" /></div> <roundcube:object name="mailboxlist" id="mailboxlist" maxlength="25" /> </div> </div> |