patch #3055886 [config] Add Left frame table filter visibility config option, thanks to eesau

This commit is contained in:
Herman van Rink
2010-09-02 14:35:30 +02:00
parent 7aa4aa62dc
commit 223d8850cf
4 changed files with 14 additions and 1 deletions

View File

@@ -286,7 +286,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
$db_tooltip = $GLOBALS['db'];
}
if ($table_count) {
if ($table_count && $GLOBALS['cfg']['LeftDisplayTableFilter']) {
?>
<span id="NavFilter">
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo __('Filter'); ?>" value="filter tables by name" />