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

Subsilver2 captcha_qa template has wrong title

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.6
    • 3.0.7
    • Styles
    • None
    • PHP Environment: 5.2.11
      Database: MySQL 5.1.34

    Description

      The title bar for the CAPTCHA_QA template in subsilver2 incorrectly uses

      {QA_CONFIRM_QUESTION} instead of {L_CONFIRM_QUESTION_EXPLAIN}. This has the effect of causing the CAPTCHA_QA template in subsilver2 to display the question twice: once in the title bar and once in the CAPTCHA area.

      This is a very minor bug and can be fixed by simply opening up styles/subsilver2/template/captcha_qa.html and replacing line 2:
      <th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}

      </th>
      with:
      <th colspan="2" valign="middle">

      {L_CONFIRM_QUESTION_EXPLAIN}

      </th>

      Attachments

        Activity

          People

            Kellanved Kellanved [X] (Inactive)
            Darth Wong Michael Wong [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: