EOF;
$nameBottomLabel = ucwords( str_replace("_", " ", $nameBottom) );
$output .= $nameBottomLabel;
$output .= <<
EOF;
$output .= smarty_function_html_options(array_merge(array(
'multiple' => 'true',
'name' => $nameBottom . "[]",
'id' => $nameBottom,
'size' => $size,
'style' => $style,
'onChange' => "enableButton('" . $nameBottom . "');$onChangeBottom",
'options' => $arrayBottom),
$extraParams),
$smarty);
$output .= <<
|