egroupware_official/addressbook/templates/default/add.tpl

18 lines
429 B
Smarty
Raw Normal View History

<!-- BEGIN add -->
<table border="0" cellPadding="0" cellSpacing="0" width="77%">
2001-06-24 08:42:31 +02:00
<tr>
<td width="10%">
<input type="submit" name="submit" value="{lang_save}">&nbsp;
2001-06-24 08:42:31 +02:00
</td>
</form>
<form action="{cancel_url}" method="post">
<td width="10%">
<input type="submit" name="cancel" value="{lang_cancel}">
2001-06-24 08:42:31 +02:00
</td>
</form>
<td>&nbsp;</td>
</tr>
</table>
<!-- END add -->