aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewonline_body.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-03 16:30:05 +0200
committerPayBas <contact@paybas.com>2014-06-05 10:02:13 +0200
commit09a433be619a1743f4618f1fcc00757ee6895c6e (patch)
tree1edad00b5d5d95526e1a198388bc1cc4bdecb865 /phpBB/styles/prosilver/template/viewonline_body.html
parent57a051c02374d41b5e1c8a1b69488e1cb7b7105d (diff)
downloadforums-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/viewonline_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewonline_body.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/viewonline_body.html b/phpBB/styles/prosilver/template/viewonline_body.html
index a8fb6424b6..54d57ce1ed 100644
--- a/phpBB/styles/prosilver/template/viewonline_body.html
+++ b/phpBB/styles/prosilver/template/viewonline_body.html
@@ -3,15 +3,15 @@
<h2 class="viewonline-title">{TOTAL_REGISTERED_USERS_ONLINE}</h2>
<p>{TOTAL_GUEST_USERS_ONLINE}<!-- IF S_SWITCH_GUEST_DISPLAY --> &bull; <a href="{U_SWITCH_GUEST_DISPLAY}">{L_SWITCH_GUEST_DISPLAY}</a><!-- ENDIF --></p>
-<ul class="linklist">
- <li class="rightside pagination">
+<div class="action-bar">
+ <div class="pagination">
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{PAGE_NUMBER}
<!-- ENDIF -->
- </li>
-</ul>
+ </div>
+</div>
<div class="forumbg forumbg-table">
<div class="inner">
@@ -49,15 +49,15 @@
<!-- IF LEGEND --><p><em>{L_LEGEND}{L_COLON} {LEGEND}</em></p><!-- ENDIF -->
-<ul class="linklist">
- <li class="rightside pagination">
+<div class="action-bar">
+ <div class="pagination">
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
{PAGE_NUMBER}
<!-- ENDIF -->
- </li>
-</ul>
+ </div>
+</div>
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->