Mercurial > hg > rc2
comparison skins/larry/templates/contactedit.html @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
17 <legend class="voice"><roundcube:label name="contactphoto" /></legend> | 17 <legend class="voice"><roundcube:label name="contactphoto" /></legend> |
18 <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /> | 18 <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" /> |
19 <roundcube:if condition="env:photocol" /> | 19 <roundcube:if condition="env:photocol" /> |
20 <roundcube:object name="fileDropArea" id="contactpic" /> | 20 <roundcube:object name="fileDropArea" id="contactpic" /> |
21 <div class="formlinks"> | 21 <div class="formlinks"> |
22 <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/> | 22 <roundcube:button command="upload-photo" id="uploadformlink" type="link" label="replacephoto" class="iconlink upload disabled" classAct="iconlink upload active" onclick="rcmail.upload_input('upload-form')" condition="env:photocol" /><br/> |
23 <roundcube:button command="delete-photo" type="link" label="delete" class="iconlink delete disabled" classAct="iconlink delete active" condition="env:photocol" /> | 23 <roundcube:button command="delete-photo" type="link" label="delete" class="iconlink delete disabled" classAct="iconlink delete active" condition="env:photocol" /> |
24 </div> | 24 </div> |
25 <roundcube:endif /> | 25 <roundcube:endif /> |
26 </fieldset> | 26 </fieldset> |
27 | 27 |
38 <roundcube:button command="save" type="input" class="button mainaction" label="save" /> | 38 <roundcube:button command="save" type="input" class="button mainaction" label="save" /> |
39 <roundcube:button command="show" type="input" class="button" label="cancel" condition="env:action=='edit'" /> | 39 <roundcube:button command="show" type="input" class="button" label="cancel" condition="env:action=='edit'" /> |
40 <roundcube:button name="cancel" type="input" class="button" label="cancel" onclick="history.back()" condition="env:action=='add'" /> | 40 <roundcube:button name="cancel" type="input" class="button" label="cancel" onclick="history.back()" condition="env:action=='add'" /> |
41 </div> | 41 </div> |
42 | 42 |
43 <div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='uploadphoto' />"> | 43 <roundcube:object name="photoUploadForm" id="upload-form" mode="smart" /> |
44 <roundcube:object name="photoUploadForm" id="upload-form" size="30" buttons="no" /> | |
45 <div class="formbuttons"> | |
46 <roundcube:button command="upload-photo" type="input" class="button mainaction" label="upload" /> | |
47 <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" /> | |
48 </div> | |
49 </div> | |
50 | 44 |
51 <roundcube:include file="/includes/footer.html" /> | 45 <roundcube:include file="/includes/footer.html" /> |
52 | 46 |
53 </body> | 47 </body> |
54 </html> | 48 </html> |