Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17041

RTL Pagination Dropdown Arrow Faces The Wrong Way

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.3.11
    • 3.3.8
    • Styles
    • None

      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>

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

              Created:
              Updated:
              Resolved: