Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-11-08 01:17:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-08 01:17:30 +0400
commitecfe35a45996ef88e64afe0caec0c34b9faf8c0a (patch)
treeca01733722dc35b678837f353daae1a9fed5ca34 /server_variables.php
parentae19d76d480ed4d2dde28e1bb6fd5a200024af65 (diff)
Dropped dead code - JS is manadatory in 4.0
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_variables.php b/server_variables.php
index 7b03c273ef..f784290686 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -142,7 +142,7 @@ $serverVars = PMA_DBI_fetch_result('SHOW GLOBAL VARIABLES;', 0, 1);
/**
* Displays the page
*/
-$output .= '<fieldset id="tableFilter" style="display:none;">'
+$output .= '<fieldset id="tableFilter">'
. '<legend>' . __('Filters') . '</legend>'
. '<div class="formelement">'
. '<label for="filterText">' . __('Containing the word:') . '</label>'