egroupware_official/addressbook/templates/default/add.tpl

21 lines
522 B
Smarty

<!-- BEGIN add -->
<table border="0" cellPadding="0" cellSpacing="0" width="75%">
<tr>
<td width="7%">&nbsp;</td>
<td width="7%">&nbsp;</td>
<td>
<input type="submit" name="submit" value="{lang_ok}">
<input type="reset" name="reset" value="{lang_clear}">
</td>
</form>
<form action="{cancel_url}" method="post">
<td>
<input type="submit" name="Cancel" value="{lang_cancel}">
</td>
</form>
<td>&nbsp;</td>
</tr>
</table>
<!-- END add -->