1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

[ticket/11014] Fix IF statements for new template pagination

PHPBB3-11014
This commit is contained in:
Joas Schilling 2012-10-17 22:38:18 +02:00
parent 7675d72622
commit 7ce43d49d8
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
</tr>
</table>
<!-- IF PAGINATION -->
<!-- IF .pagination -->
<table width="80%" align="{S_CONTENT_FLOW_END}" cellspacing="1">
<tr>
<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>

View File

@ -185,7 +185,7 @@
</table>
<div class="pagination" style="float: {S_CONTENT_FLOW_BEGIN};">
<!-- IF PAGINATION -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{S_ON_PAGE}

View File

@ -4,7 +4,7 @@
<h4>{TOTAL_GUEST_USERS_ONLINE}<!-- IF S_SWITCH_GUEST_DISPLAY --> [ <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a> ]<!-- ENDIF --></h4>
<br />
<!-- IF PAGINATION -->
<!-- IF .pagination -->
<table width="100%" cellspacing="1">
<tr>
<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
@ -35,7 +35,7 @@
<!-- ENDIF -->
</table>
<!-- IF PAGINATION -->
<!-- IF .pagination -->
<table width="100%" cellspacing="1">
<tr>
<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>