diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 19:35:37 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 19:35:37 +0000 |
| commit | c7a8dca7be8da59c0717023d97faa09d4489f1f8 (patch) | |
| tree | da7001f5f4935abf1426717c6a1ea23958638c05 | |
| parent | 8c775102c3fbb46deec75b11d61d5c894997dbc8 (diff) | |
Revert "There never was a unread_children.png image and I don't need it anyway, so remove the references to it so it doesn't spit raw text where an icon should go."
This reverts commit 8c775102c3fbb46deec75b11d61d5c894997dbc8.
| -rw-r--r-- | roundcubemail/skins/npk/templates/mail.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/skins/npk/templates/mail.html b/roundcubemail/skins/npk/templates/mail.html index 28745a50c..23d2b8443 100644 --- a/roundcubemail/skins/npk/templates/mail.html +++ b/roundcubemail/skins/npk/templates/mail.html @@ -47,7 +47,8 @@ id="messagelist" cellspacing="0" columns="" - summary="Message list" /> + summary="Message list" + unreadchildrenIcon="/images/icons/unread_children.png" /> </div> <roundcube:if condition="config:preview_pane == true" /> |
