egroupware_official/calendar/templates/default/form_button_dropdown.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
435 B
Smarty
Executable File

<!-- $Id$ -->
<form action="{form_link}" method="post" name="{form_name}form">
<td width="{form_width}%" align="center" valign="top" style="padding-top:16px">
<span style="font-size:10px"><b>{title}:</b>
{hidden_vars}
<select name="{form_name}" onchange="document.{form_name}form.submit()">
{form_options}
</select>
<noscript>
<input type="submit" value="{button_value}">
</noscript>
</span>
</td>
</form>