egroupware/addressbook/templates/default/add.tpl

20 lines
518 B
Smarty

<!-- BEGIN add -->
<!--<table border="0" cellPadding="0" cellSpacing="0" width="77%">-->
<tr>
<td width="10%">
<input type="submit" name="save" value="{lang_save}">&nbsp;
</td>
<td width="10%">
<input type="submit" name="apply" value="{lang_apply}">&nbsp;
</td>
</form>
<form action="{cancel_url}" method="post">
<td colspan="3">
&nbsp;<input type="submit" name="cancel" value="{lang_cancel}">
</td>
</form>
</tr>
</table>
<!-- END add -->