of course in both modes...
This commit is contained in:
@@ -574,7 +574,7 @@ if ( is_array( $content_cells ) && is_array( $header_cells ) ) {
|
|||||||
$i = 0;
|
$i = 0;
|
||||||
$odd_row = true;
|
$odd_row = true;
|
||||||
foreach ( $header_cells as $header_val ) {
|
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;
|
$odd_row = ! $odd_row;
|
||||||
?>
|
?>
|
||||||
<th><?php echo $header_val; ?></th>
|
<th><?php echo $header_val; ?></th>
|
||||||
|
Reference in New Issue
Block a user