mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
4b4df263cc
Cutting off long event titles is done purposely - not a bug ;-)
14 lines
353 B
Smarty
Executable File
14 lines
353 B
Smarty
Executable File
<!-- $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 -->
|