Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17211

Empty Span & Colour In The HTML On Groups Without A Colour In The UCP Manage Groups Page

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      If you go to manage groups in the UCP and the group you are managing does not have a colour assigned, there is an empty span and white space between the group colour box and the web safe colour swatch link.

       

      Making the following edit to the ucp_groups_manage.html template would cure this:

       

      Find:

      <span style="background-color: #{GROUP_COLOUR};">&nbsp;&nbsp;&nbsp;</span> 

      Change To:

      <!-- IF GROUP_COLOUR --><span style="background-color: #{GROUP_COLOUR};">&nbsp;&nbsp;&nbsp;</span><!-- ENDIF --> 

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: