Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r11412 -r11482 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11412) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 11482) @@ -2384,6 +2384,10 @@ return false; } + // always add search buttons + array_push($preset_info['toolbar_buttons'], 'search'); + array_push($preset_info['toolbar_buttons'], 'search_reset_alt'); + $toolbar_buttons = array_map('addslashes', $preset_info['toolbar_buttons']); return $toolbar_buttons ? "'" . implode("', '", $toolbar_buttons) . "'" : 'false';