mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-31 03:59:52 +02:00
[ticket/12613] Pagination should never be in responsive linklist
PHPBB3-12613
This commit is contained in:
@@ -177,17 +177,16 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
|
||||
<ul class="linklist">
|
||||
<li class="rightside pagination">
|
||||
{SEARCH_MATCHES}
|
||||
<!-- IF .pagination -->
|
||||
•
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
{PAGE_NUMBER}
|
||||
<!-- ENDIF -->
|
||||
</li>
|
||||
</ul>
|
||||
<div class="action-bar">
|
||||
<div class="rightside pagination">
|
||||
{SEARCH_MATCHES}
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
• {PAGE_NUMBER}
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE jumpbox.html -->
|
||||
|
Reference in New Issue
Block a user