diff --git a/db_central_columns.php b/db_central_columns.php
index 6a0369641c..33fad2a65c 100644
--- a/db_central_columns.php
+++ b/db_central_columns.php
@@ -130,7 +130,7 @@ $tableheader = PMA_getCentralColumnsTableHeader(
);
$response->addHTML($tableheader);
$result = PMA_getColumnsList($db, $pos, $max_rows);
-$odd_row = false;
+$odd_row = true;
$row_num=0;
foreach ($result as $row) {
$tableHtmlRow = PMA_getHTMLforCentralColumnsTableRow(
diff --git a/js/db_central_columns.js b/js/db_central_columns.js
index 16c8ab07f4..857d5c953b 100644
--- a/js/db_central_columns.js
+++ b/js/db_central_columns.js
@@ -23,7 +23,6 @@ AJAX.registerTeardown('db_central_columns.js', function () {
$(".del_row").unbind('click');
$(document).off("keyup", ".filter_rows");
$('.edit_cancel_form').unbind('click');
- $('.column_heading').unbind('mouseenter');
$('#table-select').unbind('change');
$('#column-select').unbind('change');
$("#add_col_div>a").unbind('click');
diff --git a/js/sql.js b/js/sql.js
index e57792883d..aa4e1474b9 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -582,7 +582,7 @@ function PMA_changeClassForColumn($this_th, newclass, isAddClass)
{
// index 0 is the th containing the big T
var th_index = $this_th.index();
- var has_big_t = !$this_th.closest('tr').children(':first').hasClass('column_heading');
+ var has_big_t = $this_th.closest('tr').children(':first').hasClass('column_action');
// .eq() is zero-based
if (has_big_t) {
th_index--;
diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php
index 769bf2d483..883154fe50 100644
--- a/libraries/DisplayResults.class.php
+++ b/libraries/DisplayResults.class.php
@@ -1429,7 +1429,7 @@ class PMA_DisplayResults
= (($displayParts['edit_lnk'] != self::NO_EDIT_OR_DELETE)
&& ($displayParts['del_lnk'] != self::NO_EDIT_OR_DELETE)) ? 4 : 0;
- $button_html .= '
'
+ $button_html .= '
'
. $full_or_partial_text_link . '
';
} elseif ((($GLOBALS['cfg']['RowActionLinks'] == self::POSITION_LEFT)
@@ -1448,7 +1448,7 @@ class PMA_DisplayResults
} elseif (($GLOBALS['cfg']['RowActionLinks'] == self::POSITION_NONE)) {
// ... elseif display an empty column if the actions links are
// disabled to match the rest of the table
- $button_html .= '