svncommit
2009-05-12 f22c2cefb4c7f8b1a995d5de6f706d49861c473c
skins/default/templates/editcontact.html
@@ -7,19 +7,18 @@
</head>
<body class="iframe">
<div id="contact-title"><roundcube:label name="editcontact" /></div>
<div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div>
<div id="contact-details">
<roundcube:object name="contacteditform" size="40" />
<p><br />
<roundcube:button command="show" type="input" class="button" label="cancel" />&nbsp;
<roundcube:button command="save" type="input" class="button" label="save" />
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
</p>
</form>
</div>
</body>
</html>