aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pagination/templates
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-02-03 22:51:24 -0800
committerCesar G <prototech91@gmail.com>2014-02-03 23:00:39 -0800
commit5f9d54646f03a7b646181f6e08a6949d29145eab (patch)
treee41608112250f01df1316a94033c8b5a5fe6e245 /tests/pagination/templates
parent1251b68668c656bc077fff3dd22661447e2905e3 (diff)
downloadforums-5f9d54646f03a7b646181f6e08a6949d29145eab.tar
forums-5f9d54646f03a7b646181f6e08a6949d29145eab.tar.gz
forums-5f9d54646f03a7b646181f6e08a6949d29145eab.tar.bz2
forums-5f9d54646f03a7b646181f6e08a6949d29145eab.tar.xz
forums-5f9d54646f03a7b646181f6e08a6949d29145eab.zip
[ticket/12153] Adjust pagination tests.
PHPBB3-12153
Diffstat (limited to 'tests/pagination/templates')
-rw-r--r--tests/pagination/templates/on_page.html4
-rw-r--r--tests/pagination/templates/pagination.html3
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/pagination/templates/on_page.html b/tests/pagination/templates/on_page.html
deleted file mode 100644
index 364bcf9f5e..0000000000
--- a/tests/pagination/templates/on_page.html
+++ /dev/null
@@ -1,4 +0,0 @@
-on_page
-per_page:{PER_PAGE}
-on_page:{ON_PAGE}
-base_url:{BASE_URL}
diff --git a/tests/pagination/templates/pagination.html b/tests/pagination/templates/pagination.html
index 7f2a329804..db63258585 100644
--- a/tests/pagination/templates/pagination.html
+++ b/tests/pagination/templates/pagination.html
@@ -1,4 +1,7 @@
pagination
+:per_page:{PER_PAGE}
+:current_page:{CURRENT_PAGE}
+:base_url:{BASE_URL}
<!-- BEGIN pagination -->
<!-- IF pagination.S_IS_PREV -->:previous:{pagination.PAGE_NUMBER}:{pagination.PAGE_URL}
<!-- ELSEIF pagination.S_IS_CURRENT -->:current:{pagination.PAGE_NUMBER}:{pagination.PAGE_URL}