egroupware_official/addressbook/templates/default/add.tpl
2003-08-28 14:16:30 +00:00

18 lines
429 B
Smarty

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