diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-13 20:31:15 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-13 20:31:15 +0200 |
commit | 7938312aaa802122e7740bcd789b8469919bc875 (patch) | |
tree | 1e9f7216da454036733eae390c0786fafc2abef2 /skins/larry/templates | |
parent | 384948886c4a1bedb17318af63c944c33ae0b3b6 (diff) |
Show contact photos in mail view and preview
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/message.html | 1 | ||||
-rw-r--r-- | skins/larry/templates/messagepreview.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/templates/message.html b/skins/larry/templates/message.html index b66d82140..1becd711a 100644 --- a/skins/larry/templates/message.html +++ b/skins/larry/templates/message.html @@ -46,6 +46,7 @@ <roundcube:button command="nextmessage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextmessage" content="&gt;" /> </div> +<div id="contactphoto"><roundcube:object name="contactphoto" /></div> </div> <div id="messagecontent" class="uibox"> diff --git a/skins/larry/templates/messagepreview.html b/skins/larry/templates/messagepreview.html index fbca9715d..b53683ec1 100644 --- a/skins/larry/templates/messagepreview.html +++ b/skins/larry/templates/messagepreview.html @@ -10,6 +10,7 @@ <h3 class="subject"><roundcube:object name="messageHeaders" valueOf="subject" /></h3> <a href="#details" id="previewheaderstoggle"><span class="iconlink"></span></a> +<div id="contactphoto"><roundcube:object name="contactphoto" /></div> <table class="headers-table" id="preview-shortheaders"><tbody><tr> <roundcube:if condition="env:mailbox == config:drafts_mbox || env:mailbox == config:sent_mbox"> |