aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-30 01:13:23 +0200
committerPayBas <contact@paybas.com>2014-06-05 09:59:33 +0200
commit140ecf1c98175ce6984968d10c35ce80fe927526 (patch)
treeb0a8cf6a6d9bf3c86fa063476028a1f14929e320 /phpBB/styles/prosilver/template/viewtopic_body.html
parentda1d24a1f0a45026f0abc781a63eff4af6f69985 (diff)
downloadforums-140ecf1c98175ce6984968d10c35ce80fe927526.tar
forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar.gz
forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar.bz2
forums-140ecf1c98175ce6984968d10c35ce80fe927526.tar.xz
forums-140ecf1c98175ce6984968d10c35ce80fe927526.zip
[ticket/12613] Removed all previous_page / next_page text links
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 2133f9a21a..f0d9891d36 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -318,22 +318,20 @@
<hr class="divider" />
<!-- EVENT viewtopic_body_postrow_post_after -->
<!-- END postrow -->
+
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->
-<!-- IF S_NUM_POSTS > 1 or U_PREVIOUS_PAGE or U_NEXT_PAGE -->
- <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">
+<!-- IF S_NUM_POSTS > 1 -->
+ <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">
<fieldset class="display-options" style="margin-top: 0; ">
- <!-- IF U_PREVIOUS_PAGE --><a href="{U_PREVIOUS_PAGE}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
- <!-- IF U_NEXT_PAGE --><a href="{U_NEXT_PAGE}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
<!-- IF not S_IS_BOT -->
<label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR}</label>
<input type="submit" name="sort" value="{L_GO}" class="button2" />
<!-- ENDIF -->
</fieldset>
-
</form>
<hr />
<!-- ENDIF -->