From 1420fc9081ed73f4c76aafc211bca1bba078e72a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 10 Jun 2001 23:55:24 +0000 Subject: [PATCH] Modified pagination output, Goto page now output by function git-svn-id: file:///svn/phpbb/trunk@449 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/search_results_body.tpl | 2 +- phpBB/templates/PSO/memberlist_body.tpl | 2 +- phpBB/templates/PSO/search_results_body.tpl | 2 +- phpBB/templates/PSO/viewforum_body.tpl | 2 +- phpBB/templates/PSO/viewtopic_body.tpl | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/phpBB/templates/Default/search_results_body.tpl b/phpBB/templates/Default/search_results_body.tpl index e9bc2ec90d..c43a74a906 100644 --- a/phpBB/templates/Default/search_results_body.tpl +++ b/phpBB/templates/Default/search_results_body.tpl @@ -49,7 +49,7 @@ - +
 {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {L_GOTO_PAGE}: {PAGINATION}{PAGINATION}
diff --git a/phpBB/templates/PSO/memberlist_body.tpl b/phpBB/templates/PSO/memberlist_body.tpl index 0a7b691073..09928bf07c 100644 --- a/phpBB/templates/PSO/memberlist_body.tpl +++ b/phpBB/templates/PSO/memberlist_body.tpl @@ -32,7 +32,7 @@ - +
 {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES}{L_GOTO_PAGE}: {PAGINATION} {PAGINATION} 
diff --git a/phpBB/templates/PSO/search_results_body.tpl b/phpBB/templates/PSO/search_results_body.tpl index fd2609d758..16a0602389 100644 --- a/phpBB/templates/PSO/search_results_body.tpl +++ b/phpBB/templates/PSO/search_results_body.tpl @@ -54,7 +54,7 @@ - +
 {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {L_GOTO_PAGE}: {PAGINATION}{PAGINATION}
diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index 6b13e633b0..0525965868 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -39,7 +39,7 @@    {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES}  - {L_GOTO_PAGE}: {PAGINATION}  + {PAGINATION}  diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl index fe11d601f5..be47475030 100644 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ b/phpBB/templates/PSO/viewtopic_body.tpl @@ -48,7 +48,7 @@     {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES}  - {L_GOTO_PAGE}: {PAGINATION} + {PAGINATION} @@ -58,7 +58,7 @@
- +
{S_TIMEZONE}{S_TIMEZONE}

{S_TOPIC_ADMIN}
{JUMPBOX}
{S_AUTH_LIST}
\ No newline at end of file