aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_notes_user.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2006-09-24 16:02:25 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2006-09-24 16:02:25 +0000
commit8e06ad382995d8f7b0b7da1ea54d79723f0349e4 (patch)
treed1928085d36a3684ddadff9c878364f573017862 /phpBB/styles/subSilver/template/mcp_notes_user.html
parente1beb68ae113baed5928b365f5f9105315d6f739 (diff)
downloadforums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar.gz
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar.bz2
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.tar.xz
forums-8e06ad382995d8f7b0b7da1ea54d79723f0349e4.zip
Welcome the new pagination.html - splitting up multiple pages since 1897.
git-svn-id: file:///svn/phpbb/trunk@6406 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_notes_user.html')
-rwxr-xr-xphpBB/styles/subSilver/template/mcp_notes_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html
index 6ef427ebbe..094ee093d8 100755
--- a/phpBB/styles/subSilver/template/mcp_notes_user.html
+++ b/phpBB/styles/subSilver/template/mcp_notes_user.html
@@ -110,7 +110,7 @@
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="pagination">{PAGE_NUMBER} [ {TOTAL_REPORTS} ]</td>
- <td align="right"><span class="pagination"><!-- IF PAGINATION --><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{L_GOTO_PAGE}</a> <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}">{L_PREVIOUS}</a>&nbsp;&nbsp;<!-- ENDIF -->{PAGINATION}<!-- IF NEXT_PAGE -->&nbsp;&nbsp;<a href="{NEXT_PAGE}">{L_NEXT}</a><!-- ENDIF --><!-- ENDIF --></span></td>
+ <td align="right"><span class="pagination"><!-- INCLUDE pagination.html --></span></td>
</tr>
</table>