From abb0324123cdf6bf54d6813c609256877b4811f2 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Sun, 17 Apr 2011 14:37:54 +0200 Subject: [PATCH 1/2] Add class="noclick" for highlighted rows --- server_variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_variables.php b/server_variables.php index d909a41b80..b04a049eaf 100644 --- a/server_variables.php +++ b/server_variables.php @@ -93,7 +93,7 @@ foreach ($serverVars as $name => $value) { if ($serverVarsGlobal[$name] !== $value) { ?> - marked"> () From 9fe549c6b659cbbc5b54f9ed528726cc6f34cb25 Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Sun, 17 Apr 2011 14:40:00 +0200 Subject: [PATCH 2/2] Add class="noclick" for rows in collation lists --- server_collations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_collations.php b/server_collations.php index 27fec06b4a..0adc4d3291 100644 --- a/server_collations.php +++ b/server_collations.php @@ -78,7 +78,7 @@ foreach ($mysql_charsets as $current_charset) { $odd_row = true; foreach ($mysql_collations[$current_charset] as $current_collation) { $i++; - echo '