aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/jumpbox.html
diff options
context:
space:
mode:
authorhubaishan <saeed@hubaishan.com>2017-01-10 12:27:25 +0300
committerhubaishan <saeed@hubaishan.com>2017-01-10 12:57:12 +0300
commit29918884386d8acb738ccbc93c7e7457b5ddf3b4 (patch)
tree21d0aa9dde1081357d5fc0457a3b1fbb2b80de1f /phpBB/styles/prosilver/template/jumpbox.html
parent442d21ace2b5d33e328917d7e7ac536709ba4d5c (diff)
downloadforums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar
forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar.gz
forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar.bz2
forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.tar.xz
forums-29918884386d8acb738ccbc93c7e7457b5ddf3b4.zip
[ticket/14975] Correct RTL style css
display_options.html corrected to move (display and sorting option) to right jumpbox.html corrected to change arrow direction to left in RTL pagination.html corrected to change arrows direction on RTL bidi.css more edittions to correct remain style mistakes PHPBB3-14975
Diffstat (limited to 'phpBB/styles/prosilver/template/jumpbox.html')
-rw-r--r--phpBB/styles/prosilver/template/jumpbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html
index 724a963264..284334defd 100644
--- a/phpBB/styles/prosilver/template/jumpbox.html
+++ b/phpBB/styles/prosilver/template/jumpbox.html
@@ -37,7 +37,7 @@
<ul class="dropdown-contents">
<!-- BEGIN jumpbox_forums -->
<!-- IF jumpbox_forums.FORUM_ID neq -1 -->
- <li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --><span class="spacer"></span><!-- END level --> <span><!-- IF jumpbox_forums.level --> &#8627; &nbsp;<!-- ENDIF --> {jumpbox_forums.FORUM_NAME}</span></a></li>
+ <li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --><span class="spacer"></span><!-- END level --> <span><!-- IF jumpbox_forums.level --><!-- IF S_CONTENT_DIRECTION eq 'rtl' -->&#8626;<!-- ELSE -->&#8627;<!-- ENDIF --> &nbsp;<!-- ENDIF --> {jumpbox_forums.FORUM_NAME}</span></a></li>
<!-- ENDIF -->
<!-- END jumpbox_forums -->
</ul>