diff options
| author | PayBas <contact@paybas.com> | 2014-06-03 16:30:05 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-05 10:02:13 +0200 |
| commit | 09a433be619a1743f4618f1fcc00757ee6895c6e (patch) | |
| tree | 1edad00b5d5d95526e1a198388bc1cc4bdecb865 /phpBB/styles/prosilver/template/mcp_reports.html | |
| parent | 57a051c02374d41b5e1c8a1b69488e1cb7b7105d (diff) | |
| download | forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar.gz forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar.bz2 forums-09a433be619a1743f4618f1fcc00757ee6895c6e.tar.xz forums-09a433be619a1743f4618f1fcc00757ee6895c6e.zip | |
[ticket/12613] Pagination should never be in responsive linklist
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_reports.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_reports.html | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html index 62edf22958..05ffe97f16 100644 --- a/phpBB/styles/prosilver/template/mcp_reports.html +++ b/phpBB/styles/prosilver/template/mcp_reports.html @@ -18,16 +18,19 @@ <p>{L_EXPLAIN}</p> <!-- IF .postrow --> - <ul class="linklist"> - <li class="rightside pagination"> - <!-- IF TOTAL -->{TOTAL_REPORTS} • <!-- ENDIF --> + <!-- IF .pagination or TOTAL_REPORTS --> + <div class="action-bar"> + <div class="pagination"> + <!-- IF TOTAL -->{TOTAL_REPORTS}<!-- 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> @@ -84,17 +87,21 @@ <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> <input type="submit" name="sort" value="{L_GO}" class="button2" /> </fieldset> + <hr /> - <ul class="linklist"> - <li class="rightside pagination"> - <!-- IF TOTAL -->{TOTAL_REPORTS} • <!-- ENDIF --> + + <!-- IF .pagination or TOTAL_REPORTS --> + <div class="action-bar"> + <div class="pagination"> + <!-- IF TOTAL -->{TOTAL_REPORTS}<!-- ENDIF --> <!-- IF .pagination --> <!-- INCLUDE pagination.html --> <!-- ELSE --> - {PAGE_NUMBER} + • {PAGE_NUMBER} <!-- ENDIF --> - </li> - </ul> + </div> + </div> + <!-- ENDIF --> <!-- ELSE --> <p><strong>{L_NO_REPORTS}</strong></p> |
