tsiedsma Posted September 29, 2008 Share Posted September 29, 2008 I've noticed that the upgrade options pull from all categories and sometimes the row colors would not alternate correctly. I would like to suggest an alternate way of doing the following: Code from 3.7.1 upgrade.tpl line 18 <tr class="orderrow{if $num % 2}2{else}1{/if}"> I suggest replacing the above with the following: <tr class="{cycle values="orderrow1,orderrow2"}"> This will make for a clean list of upgrade options while evenly cycling the row colors. Link to comment Share on other sites More sharing options...
Recommended Posts