1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/12613] Pagination should never be in responsive linklist

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-03 16:30:05 +02:00
parent 57a051c023
commit 09a433be61
20 changed files with 236 additions and 190 deletions

View File

@@ -159,15 +159,13 @@
</tbody>
</table>
<ul class="linklist">
<li class="leftside pagination">
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{PAGE_NUMBER}
<!-- ENDIF -->
</li>
</ul>
<!-- IF .pagination -->
<div class="action-bar">
<div class="rightside pagination">
<!-- INCLUDE pagination.html -->
</div>
</div>
<!-- ENDIF -->
</div>
</div>