egroupware/calendar/templates/default/form_button_script.tpl

13 lines
321 B
Smarty
Raw Normal View History

2000-11-23 02:37:50 +01:00
<!-- $Id$ -->
2000-11-23 02:37:50 +01:00
<!-- BEGIN form_button -->
2000-11-23 14:28:37 +01:00
<form action="{action_url_button}" method="post" name="{action_text_button}form">
<div style="padding-right: 2px">
{action_extra_field}
<input style="font-size:10px" type="submit" value="{action_text_button}" {action_confirm_button}>
</div>
2000-11-23 02:37:50 +01:00
</form>
2000-11-23 02:37:50 +01:00
<!-- END form_button -->