diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-18 14:10:19 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-06-18 14:10:19 +0000 |
commit | e58c913488029ceb963766e3953448822c2daf0f (patch) | |
tree | ad372d80a559c4fef747e0ff7a2e46403a708083 /phpBB/styles/prosilver/template/mcp_forum.html | |
parent | 5f62e8feda7a3b406ff8f3b7d82171491f34ce5a (diff) | |
download | forums-e58c913488029ceb963766e3953448822c2daf0f.tar forums-e58c913488029ceb963766e3953448822c2daf0f.tar.gz forums-e58c913488029ceb963766e3953448822c2daf0f.tar.bz2 forums-e58c913488029ceb963766e3953448822c2daf0f.tar.xz forums-e58c913488029ceb963766e3953448822c2daf0f.zip |
RTL changes with the help from arod-1 and dodo5000
git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 7c8d1a374f..1f07777530 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -61,8 +61,8 @@ <!-- ENDIF --> <fieldset class="display-options"> - <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box right">{L_NEXT}</a><!-- ENDIF --> - <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box left">{L_PREVIOUS}</a><!-- ENDIF --> + <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF --> + <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF --> <label>{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS}</label> <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label> |