mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
14 lines
353 B
Smarty
14 lines
353 B
Smarty
|
<!-- $Id$ -->
|
||
|
|
||
|
<!-- BEGIN form_button -->
|
||
|
<nobr>
|
||
|
<form action="{action_url_button}" method="post" name="{action_text_button}form">
|
||
|
<div style="padding-top:15px; padding-right: 2px">
|
||
|
{action_extra_field}
|
||
|
<input style="font-size:10px" type="submit" value="{action_text_button}" {action_confirm_button}>
|
||
|
</div>
|
||
|
</form>
|
||
|
</nobr>
|
||
|
|
||
|
<!-- END form_button -->
|