Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17225

bg1 / bg2 Classes Not Working On Manage Groups Template

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.3.11
    • Styles

      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 -->">

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: