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

RTL Pagination Dropdown Arrow Faces The Wrong Way

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.3.8
    • 3.3.11
    • Styles
    • None

    Description

      When viewing the pagination using an RTL language, the dropdown arrow faces the wrong way, 

       

      The back and forward arrows change to mirror the LTR version, an if statement could be used to change the arrow icon as suggested below.

       

      Original code in the pagination.html template:

      <i class="icon fa-level-down fa-rotate-270" aria-hidden="true"></i>

       

      Could be:

      <i class="icon fa-level-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->up<!-- ELSE -->down<!-- ENDIF --> fa-rotate-270" aria-hidden="true"></i>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: