mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
10 lines
378 B
Smarty
Executable File
10 lines
378 B
Smarty
Executable File
<!-- $Id$ -->
|
|
<td width="{form_width}%" align="center" valign="bottom">
|
|
<form action="{form_link}" method="post" name="{form_name}form">
|
|
<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>
|
|
</form>
|
|
</td>
|