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

@@ -457,7 +457,7 @@ foreach ($rows as $row_id => $vrow) {
$vrow[$field['Field']] = date('Y-m-d H:i:s', time());
}
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<tr class="noclick <?php echo $odd_row ? 'odd' : 'even'; ?>">
<td <?php echo ($cfg['LongtextDoubleTextarea'] && strstr($field['True_Type'], 'longtext') ? 'rowspan="2"' : ''); ?> align="center">
<?php echo $field['Field_title']; ?>
<input type="hidden" name="fields_name<?php echo $field_name_appendix; ?>" value="<?php echo $field['Field_html']; ?>"/>