aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_attachments.html
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-20 22:32:37 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-06-22 03:44:22 +0530
commitfdd60548bf7427471fa5585ec10f643c370bb829 (patch)
tree0edf502e9db8c091046558e3066f388c62a75789 /phpBB/styles/prosilver/template/ucp_attachments.html
parent465b515600d7639fcb46fd98810187e0b500ee91 (diff)
downloadforums-fdd60548bf7427471fa5585ec10f643c370bb829.tar
forums-fdd60548bf7427471fa5585ec10f643c370bb829.tar.gz
forums-fdd60548bf7427471fa5585ec10f643c370bb829.tar.bz2
forums-fdd60548bf7427471fa5585ec10f643c370bb829.tar.xz
forums-fdd60548bf7427471fa5585ec10f643c370bb829.zip
[ticket/9341] Use U_PREVIOUS and U_NEXT in template files
PHPBB3-9341
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_attachments.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_attachments.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html
index 6e1bdfdd57..feb04278dc 100644
--- a/phpBB/styles/prosilver/template/ucp_attachments.html
+++ b/phpBB/styles/prosilver/template/ucp_attachments.html
@@ -51,8 +51,8 @@
</ul>
<fieldset class="display-options">
- <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
- <!-- IF PREVIOUS_PAGE --><a href="{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 U_PREVIOUS_PAGE --><a href="{U_PREVIOUS_PAGE}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
<label for="sk">{L_SORT_BY}{L_COLON} <select name="sk" id="sk">{S_SORT_OPTIONS}</select></label>
<label><select name="sd" id="sd">{S_ORDER_SELECT}</select></label>
<input class="button2" type="submit" name="sort" value="{L_SORT}" />