egroupware_official/calendar/templates/default/form_button_script.tpl
ak703 4b4df263cc migrated more items to app.css and fixed (hopefully) most current issues with calendar's layout.
Cutting off long event titles is done purposely - not a bug ;-)
2004-03-12 23:47:03 +00:00

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 -->