diff options
author | thomascube <thomas@roundcube.net> | 2011-12-22 18:00:18 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-22 18:00:18 +0000 |
commit | 68e13c45d396744a7e848d1a82830b7fd408863a (patch) | |
tree | 7c83e59a33077c1c499faba176d637a59ec79eeb /skins/larry/templates/mail.html | |
parent | faaa1ba5343499ae766dc8de270da4fc6e70d05d (diff) |
Address book styling for Larry; show about page in UI dialog
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 9f4b756d9..0d3306407 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -56,9 +56,9 @@ <!-- messagelist --> <div id="messagelistcontainer" class="uibox boxlistcontent"> <roundcube:object name="messages" - id="messagelist" - columns="" - optionsmenuIcon="true" /> + id="messagelist" + class="records-table sortheader" + optionsmenuIcon="true" /> </div> <!-- list footer --> |