of course in both modes...

This commit is contained in:
Michal Čihař
2005-11-24 10:04:08 +00:00
parent d859783c33
commit abb6b7e83d

View File

@@ -574,7 +574,7 @@ if ( is_array( $content_cells ) && is_array( $header_cells ) ) {
$i = 0;
$odd_row = true;
foreach ( $header_cells as $header_val ) {
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">';
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . ' noclick">';
$odd_row = ! $odd_row;
?>
<th><?php echo $header_val; ?></th>