mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
17 lines
418 B
Smarty
17 lines
418 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}">
|
|
</td>
|
|
</form>
|
|
<form action="{cancel_url}" method="post">
|
|
<td colspan="3">
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
|
</td>
|
|
</form>
|
|
</tr>
|
|
</table>
|
|
<!-- END add -->
|