mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11014] Fix IF statements for new template pagination
PHPBB3-11014
This commit is contained in:
parent
7675d72622
commit
7ce43d49d8
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- IF PAGINATION -->
|
<!-- IF .pagination -->
|
||||||
<table width="80%" align="{S_CONTENT_FLOW_END}" cellspacing="1">
|
<table width="80%" align="{S_CONTENT_FLOW_END}" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||||
|
|
|
@ -185,7 +185,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="pagination" style="float: {S_CONTENT_FLOW_BEGIN};">
|
<div class="pagination" style="float: {S_CONTENT_FLOW_BEGIN};">
|
||||||
<!-- IF PAGINATION -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{S_ON_PAGE}
|
{S_ON_PAGE}
|
||||||
|
|
|
@ -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>
|
<h4>{TOTAL_GUEST_USERS_ONLINE}<!-- IF S_SWITCH_GUEST_DISPLAY --> [ <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a> ]<!-- ENDIF --></h4>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<!-- IF PAGINATION -->
|
<!-- IF .pagination -->
|
||||||
<table width="100%" cellspacing="1">
|
<table width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- IF PAGINATION -->
|
<!-- IF .pagination -->
|
||||||
<table width="100%" cellspacing="1">
|
<table width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue