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

PM preview background colour not being set correctly

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.4
    • 3.0.6
    • Styles
    • None
    • PHP Environment:
      Database:

    Description

      In posting_preview.html the PM background colour "IF" statement doesn't work.

      This is the code:

      <div class="post <!-- IF S_PRIVMSGS --> pm<!-- ELSE --> bg2" id="preview<!-- ENDIF -->">  

      Yet when in PM preview mode the class being applied is bg2 rather than pm.

      <div id="preview" class="post bg2">  

      Manually changing the class to "post pm" in Firebug results in the correct white background so the css class is present and correct.

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            Brogan Brogan [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: