svncommit
2008-09-18 d0b973cf6aed4a7cb705f706624d25b31d19ed52
skins/default/templates/addcontact.html
@@ -7,16 +7,17 @@
</head>
<body class="iframe">
<div id="contact-title"><roundcube:label name="addcontact" /></div>
<div id="contact-title" class="boxtitle"><roundcube:label name="addcontact" /></div>
<div id="contact-details">
<roundcube:object name="contacteditform" size="40" />
<p><br />
<input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&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>