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

Several HTML markup issues in adm/style/acp_prune_users.html

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-a2
    • 3.1.0-a3
    • ACP, Styles
    • None

    Description

      <dl>
      	<dt><label for="posts_on_queue">{L_POSTS_ON_QUEUE}{L_COLON}</label></dt>
      	<dd><select name="queue_select">{S_COUNT_OPTIONS}</select> <input type="number" id="posts_on_queue" name="posts_on_queue" /></select>
      </dl>

      second </select> should be </dd>

      Group option is not correctly hidden, when there are no groups.

      <dt><label for="group_id">{L_GROUP}{L_COLON}</label><br /><span>{L_PRUNE_USERS_GROUP_EXPLAIN}</dt>

      <span> is not closed

      <dd><select name="group_id"><option value="0"></option></select></dd>

      Element option without attribute label must not be empty.

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: