mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
14 lines
363 B
Smarty
14 lines
363 B
Smarty
|
<td valign="top" width="33%">
|
||
|
<font size="-1">
|
||
|
<form action="{action_url}" method="post" name="{form_name}">
|
||
|
<B>{label}:</B>
|
||
|
<select name="{form_label}" onchange="{form_onchange}">
|
||
|
{row}
|
||
|
</select>
|
||
|
<noscript><input type="submit" value="{go}"></noscript>
|
||
|
</form>
|
||
|
</font>
|
||
|
</td>
|
||
|
|
||
|
|