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

@@ -62,7 +62,7 @@ echo __('Session value') . ' / ' . __('Global value');
$odd_row = true;
foreach ($serverVars as $name => $value) {
?>
<tr class="<?php
<tr class="noclick <?php
echo $odd_row ? 'odd' : 'even';
if ($serverVarsGlobal[$name] !== $value) {
echo ' marked';