";
echo '';
echo '
';
echo '';
echo '';
echo '';
exit;
}
}
$table->width = '100%';
$table->class = 'databox filters';
$table->style[0] = 'font-weight: bold';
$table->data = array ();
$table->data[0][0] = __('Name');
$table->data[0][1] = html_print_input_text ('name', $name, '', 35, 100, true);
echo'';
if (is_metaconsole())
echo '';
enterprise_hook('close_meta_frame');
?>