mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/12613] Pagination should never be in responsive linklist
PHPBB3-12613
This commit is contained in:
@@ -16,16 +16,19 @@
|
||||
<p>{L_EXPLAIN}</p>
|
||||
|
||||
<!-- IF .postrow -->
|
||||
<ul class="linklist">
|
||||
<li class="rightside pagination">
|
||||
<!-- IF TOTAL --> {TOTAL} • <!-- ENDIF -->
|
||||
<!-- IF .pagination or TOTAL -->
|
||||
<div class="action-bar">
|
||||
<div class="pagination">
|
||||
<!-- IF TOTAL -->{TOTAL}<!-- ENDIF -->
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
{PAGE_NUMBER}
|
||||
• {PAGE_NUMBER}
|
||||
<!-- ENDIF -->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<ul class="topiclist missing-column">
|
||||
<li class="header">
|
||||
<dl>
|
||||
@@ -81,16 +84,19 @@
|
||||
|
||||
<hr />
|
||||
|
||||
<ul class="linklist">
|
||||
<li class="rightside pagination">
|
||||
<!-- IF TOTAL -->{TOTAL} • <!-- ENDIF -->
|
||||
<!-- IF .pagination or TOTAL -->
|
||||
<div class="action-bar">
|
||||
<div class="pagination">
|
||||
<!-- IF TOTAL -->{TOTAL}<!-- ENDIF -->
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
{PAGE_NUMBER}
|
||||
• {PAGE_NUMBER}
|
||||
<!-- ENDIF -->
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- ELSE -->
|
||||
<p class="notopics"><strong>
|
||||
<!-- IF S_RESTORE -->
|
||||
|
Reference in New Issue
Block a user