diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-24 13:13:43 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-24 13:13:43 +0200 |
commit | edfe79a46fa31b766cc3b44799e682ddec1ac700 (patch) | |
tree | 95f019206e0fcedc9f95717c3d0c3babd3dbd94e /skins/larry/templates/message.html | |
parent | 715a39416ec44e0e12b967afabbb17233b85e687 (diff) |
Refactored compose UI according to discussions on the mailing list
Diffstat (limited to 'skins/larry/templates/message.html')
-rw-r--r-- | skins/larry/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html index 92bb3589d..f7e188f5f 100644 --- a/skins/larry/templates/message.html +++ b/skins/larry/templates/message.html @@ -42,7 +42,7 @@ <roundcube:endif /> <div id="messageheader"> -<span id="previewheaderstoggle"></span> +<span class="moreheaderstoggle"></span> <h2 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h2> <roundcube:object name="messageHeaders" class="headers-table" addicon="/images/addcontact.png" exclude="subject" max="20" /> |