1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +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

@@ -7,19 +7,19 @@
<div class="panel">
<div class="inner">
<ul class="linklist">
<li class="leftside">
{L_SEARCH_KEYWORDS}{L_COLON} <input type="search" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="button2" name="filter" value="{L_SEARCH}" />
</li>
<li class="rightside pagination">
<!-- IF TOTAL -->{TOTAL} &bull; <!-- ENDIF -->
<div class="action-bar">
{L_SEARCH_KEYWORDS}{L_COLON} <input type="search" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="button2" name="filter" value="{L_SEARCH}" />
<!-- IF .pagination or TOTAL -->
<div class="pagination">
<!-- IF TOTAL -->{TOTAL}<!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{PAGE_NUMBER}
&bull; {PAGE_NUMBER}
<!-- ENDIF -->
</li>
</ul>
</div>
<!-- ENDIF -->
</div>
<table class="table1">
<thead>
@@ -62,16 +62,19 @@
<hr />
<ul class="linklist">
<li class="rightside pagination">
<!-- IF TOTAL -->{TOTAL} &bull; <!-- ENDIF -->
<!-- IF .pagination or TOTAL -->
<div class="action-bar">
<div class="pagination">
<!-- IF TOTAL -->{TOTAL}<!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{PAGE_NUMBER}
&bull; {PAGE_NUMBER}
<!-- ENDIF -->
</li>
</ul>
</div>
</div>
<!-- ENDIF -->
{S_FORM_TOKEN}
</div>
</div>