egroupware_official/addressbook/templates/default/add.tpl

27 lines
864 B
Smarty
Raw Normal View History

<!-- BEGIN add -->
2001-06-24 08:42:31 +02:00
<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="hidden" name="ab_id" value="{ab_id}">
<input type="hidden" name="sort" value="{sort}">
<input type="hidden" name="order" value="{order}">
<input type="hidden" name="filter" value="{filter}">
<input type="hidden" name="query" value="{query}">
<input type="hidden" name="start" value="{start}">
<input type="submit" name="Cancel" value="{lang_cancel}">
</td>
</form>
<td>&nbsp;</td>
</tr>
</table>
<!-- END add -->