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

acp style html validation fixes

    XMLWordPrintable

Details

    • Improvement
    • Status: Unverified Fix (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.3.4
    • 3.3.5-RC1
    • ACP, Styles

    Description

      adm\style\overall_footer.html, styles\prosilver\template\simple_footer.html
      Warning: Empty heading.

      <h3 class="alert_title"></h3><p class="alert_text"></p>
      

      adm\style\acp_inactive.html
      Warning: A table row was 6 columns wide, which is less than the column count established by the first row (7).

      <td colspan="6" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
      

      adm\style\acp_styles.html
      Error: The width attribute on the th element is obsolete. Use CSS instead.

      		<th width="10%" style="white-space: nowrap; text-align: center;">{{ lang('STYLE_VERSION') }}</th>
      		<th width="10%" style="white-space: nowrap; text-align: center;">{L_STYLE_PHPBB_VERSION}</th>
      		<!-- IF not STYLES_LIST_HIDE_COUNT --><th width="10%" style="white-space: nowrap; text-align: center;">{L_STYLE_USED_BY}</th><!-- ENDIF -->
      		<th width="25%" style="white-space: nowrap; text-align: center;">{L_ACTIONS}</th>
      

      Error: The width attribute on the td element is obsolete. Use CSS instead.

      <td class="{$ROW_CLASS} mark" width="20">
      

      Attachments

        Activity

          People

            CHItA CHItA
            Prosk8er Prosk8er
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: