When viewing the list of groups on the manage groups page of the UCP, the group backgrounds are the same colour but the template contains if statements which indicates they are supposed to use the bg1 and bg2 classes, the reason it doesn't work is because the if statement is not for this template.
File:
ucp_groups_manage.html
|
Find:
<li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> |
Change To:
<li class="row<!-- IF leader.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> |