diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_queue.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_queue.html | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html index 4cee8c0094..86922b5a41 100644 --- a/phpBB/styles/prosilver/template/mcp_queue.html +++ b/phpBB/styles/prosilver/template/mcp_queue.html @@ -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 --> |
