Do not highlight rows of these tables

This commit is contained in:
Madhura Jayaratne
2011-03-15 20:35:53 +05:30
parent fd7fb4875f
commit 326f13827b
11 changed files with 27 additions and 27 deletions

View File

@@ -212,7 +212,7 @@ while ($value = PMA_DBI_fetch_assoc($result)) {
$value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<tr class="noclick <?php echo $odd_row ? 'odd' : 'even'; ?>">
<td>&nbsp;<?php echo $value['Log_name']; ?>&nbsp;</td>
<td align="right">&nbsp;<?php echo $value['Pos']; ?>&nbsp;</td>
<td>&nbsp;<?php echo $value['Event_type']; ?>&nbsp;</td>