mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #6467 from Crizz0/ticket/17041
[ticket/17041] Add if to show other arrow for RTL languages
This commit is contained in:
commit
9fb7a9108a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<!-- IF BASE_URL and TOTAL_PAGES > 6 -->
|
<!-- IF BASE_URL and TOTAL_PAGES > 6 -->
|
||||||
<li class="dropdown-container dropdown-button-control dropdown-page-jump page-jump">
|
<li class="dropdown-container dropdown-button-control dropdown-page-jump page-jump">
|
||||||
<a class="button button-icon-only dropdown-trigger" href="#" title="{L_JUMP_TO_PAGE_CLICK}" role="button"><i class="icon fa-level-down fa-rotate-270" aria-hidden="true"></i><span class="sr-only">{PAGE_NUMBER}</span></a>
|
<a class="button button-icon-only dropdown-trigger" href="#" title="{L_JUMP_TO_PAGE_CLICK}" role="button"><i class="icon fa-level-{% if S_CONTENT_DIRECTION eq 'rtl' %}up{% else %}down{% endif %} fa-rotate-270" aria-hidden="true"></i><span class="sr-only">{PAGE_NUMBER}</span></a>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<div class="pointer"><div class="pointer-inner"></div></div>
|
<div class="pointer"><div class="pointer-inner"></div></div>
|
||||||
<ul class="dropdown-contents">
|
<ul class="dropdown-contents">
|
||||||
|
|
Loading…
Add table
Reference in a new issue