thomascube
2011-12-22 68e13c45d396744a7e848d1a82830b7fd408863a
skins/larry/templates/contactedit.html
@@ -4,7 +4,7 @@
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
</head>
<body class="iframe">
<body class="iframe footerbuttons">
<h1 class="boxtitle">
   <roundcube:if condition="env:action=='add'" /><roundcube:label name="addcontact" />
@@ -18,11 +18,14 @@
   <div id="contactphoto">
      <roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" />
      <roundcube:if condition="env:photocol" />
      <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" />
      </div>
      <roundcube:endif />
   </div>
   <roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" />
   <br style="clear:both" />
@@ -32,7 +35,7 @@
</form>
<div id="headerbuttons" class="formbuttons">
<div class="footerbuttons formbuttons">
   <roundcube:button command="save" type="input" class="button mainaction" label="save" />
   <roundcube:button command="show" type="input" class="button" label="cancel" condition="env:action=='edit'" />
   <roundcube:button name="cancel" type="input" class="button" label="cancel" onclick="history.back()" condition="env:action=='add'" />