aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-29 11:35:32 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-29 11:35:32 +0000
commit7bff8d1096652cb1749943b6eae2593c3f664e59 (patch)
tree642c8d4cdb55c3499b4269353bfabaa696a0eddb /phpBB/adm/style
parentf3610a934c66bc5aa0281fe677f12d9728bde4e6 (diff)
downloadforums-7bff8d1096652cb1749943b6eae2593c3f664e59.tar
forums-7bff8d1096652cb1749943b6eae2593c3f664e59.tar.gz
forums-7bff8d1096652cb1749943b6eae2593c3f664e59.tar.bz2
forums-7bff8d1096652cb1749943b6eae2593c3f664e59.tar.xz
forums-7bff8d1096652cb1749943b6eae2593c3f664e59.zip
Correct some of the sort options
git-svn-id: file:///svn/phpbb/trunk@6215 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_logs.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html
index fff257b649..e3411fb393 100644
--- a/phpBB/adm/style/acp_logs.html
+++ b/phpBB/adm/style/acp_logs.html
@@ -76,6 +76,14 @@
</fieldset>
<!-- ENDIF -->
+<div class="pagination">
+ <!-- IF PAGINATION -->
+ <a href="javascript:jumpto();" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> &bull; <span>{PAGINATION}</span>
+ <!-- ELSE -->
+ {S_ON_PAGE}
+ <!-- ENDIF -->
+</div>
+
</form>
<!-- INCLUDE overall_footer.html --> \ No newline at end of file