";
// Show previously selected options on the status box
if (!(isset($treeonly) && $treeonly)) {
$status_box_elements .= "
" . escape(i18n_get_translated($node['name'])) . "
";
}
}
if ($forsearchbar) {
$update_result_count_function_call = '';
}
if (!$is_search) {
$update_result_count_function_call = '';
}
?>