diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-06-20 22:32:37 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-06-22 03:44:22 +0530 |
commit | fdd60548bf7427471fa5585ec10f643c370bb829 (patch) | |
tree | 0edf502e9db8c091046558e3066f388c62a75789 /phpBB/styles/prosilver/template/mcp_notes_user.html | |
parent | 465b515600d7639fcb46fd98810187e0b500ee91 (diff) | |
download | forums-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/mcp_notes_user.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_notes_user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index 328d12a04f..1738e45045 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -95,8 +95,8 @@ <hr /> <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>{L_DISPLAY_LOG}{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" /> |