Implement an optional row indicator for advanced table template like:
<tr onMouseover="this.style.backgroundColor='#ddd'" onMouseout="this.style.backgroundColor='white'" class="cat-list-row<?php echo $k = 1 - $k; ?><?php if($item->featured) echo ' article-featured' ?>">
with template options for both background colors to make it easy for template adjustment.
Implement an optional row indicator for advanced table template like:
with template options for both background colors to make it easy for template adjustment.