diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-28 09:22:31 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-28 09:22:31 +0200 |
commit | 669747a81c4b2ff823d1f20dc50899163c0a8a4a (patch) | |
tree | 13d820f775fe4db054b26f616b802caa8fef23e6 /skins/larry/templates/contactedit.html | |
parent | ceaaebbc8c99711e143673d845d029a362bc848e (diff) | |
parent | acf5becbf16675f43882cc5cd485462041c7b0af (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/templates/contactedit.html')
-rw-r--r-- | skins/larry/templates/contactedit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/templates/contactedit.html b/skins/larry/templates/contactedit.html index 39d48440b..9978c4757 100644 --- a/skins/larry/templates/contactedit.html +++ b/skins/larry/templates/contactedit.html @@ -19,6 +19,7 @@ <div id="contactphoto"> <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /> <roundcube:if condition="env:photocol" /> + <roundcube:object name="fileDropArea" id="contactpic" /> <div class="formlinks"> <roundcube:button command="upload-photo" id="uploadformlink" type="link" label="replacephoto" class="iconlink upload disabled" classAct="iconlink upload active" onclick="UI.show_uploadform();return false" condition="env:photocol" /><br/> <roundcube:button command="delete-photo" type="link" label="delete" class="iconlink delete disabled" classAct="iconlink delete active" condition="env:photocol" /> |