diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 15:35:30 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-07 15:35:30 +0100 |
commit | 86552ffc8f0f76651747a1faaed9bbda6d015f98 (patch) | |
tree | 3b04710a00f648af084b869ed22002fa6ae60159 /skins/larry/templates/contact.html | |
parent | ec2185a1cb2a0d412ab9e916618972bc4c70f68c (diff) |
Finish hierarchical groups browsing in LDAP address books; add according UI elements and styles to the skins; adapt habavior of the compose address book widget
Diffstat (limited to 'skins/larry/templates/contact.html')
-rw-r--r-- | skins/larry/templates/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/contact.html b/skins/larry/templates/contact.html index d252049cd..59fe6f79f 100644 --- a/skins/larry/templates/contact.html +++ b/skins/larry/templates/contact.html @@ -13,7 +13,7 @@ <div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:var name="env:sourcename" /></div> <roundcube:endif /> - <div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /></div> + <div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" placeholderGroup="/images/contactgroup.png" /></div> <roundcube:object name="contacthead" id="contacthead" /> <br style="clear:both" /> |