mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
20 lines
518 B
Smarty
20 lines
518 B
Smarty
|
|
<!-- BEGIN add -->
|
|
<!--<table border="0" cellPadding="0" cellSpacing="0" width="77%">-->
|
|
<tr>
|
|
<td width="10%">
|
|
<input type="submit" name="save" value="{lang_save}">
|
|
</td>
|
|
<td width="10%">
|
|
<input type="submit" name="apply" value="{lang_apply}">
|
|
</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 -->
|