aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewonline_body.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-13 14:53:45 +0200
committerPayBas <contact@paybas.com>2014-06-13 14:53:45 +0200
commitf6ee0152edff08023c33c2ecb49a0251d2926408 (patch)
tree039bc37d413a36e97ca7bd8b7ad9211ff79eabfe /phpBB/styles/prosilver/template/viewonline_body.html
parent93c39477e02d3f0f78f9da234908b37e47ecf2c5 (diff)
downloadforums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar
forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar.gz
forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar.bz2
forums-f6ee0152edff08023c33c2ecb49a0251d2926408.tar.xz
forums-f6ee0152edff08023c33c2ecb49a0251d2926408.zip
[ticket/12613] Add distinction between top/bottom action-bar
PHPBB3-12613
Diffstat (limited to 'phpBB/styles/prosilver/template/viewonline_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewonline_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewonline_body.html b/phpBB/styles/prosilver/template/viewonline_body.html
index 54d57ce1ed..ee1672c6c9 100644
--- a/phpBB/styles/prosilver/template/viewonline_body.html
+++ b/phpBB/styles/prosilver/template/viewonline_body.html
@@ -3,7 +3,7 @@
<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>
-<div class="action-bar">
+<div class="action-bar top">
<div class="pagination">
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
@@ -49,7 +49,7 @@
<!-- IF LEGEND --><p><em>{L_LEGEND}{L_COLON} {LEGEND}</em></p><!-- ENDIF -->
-<div class="action-bar">
+<div class="action-bar bottom">
<div class="pagination">
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->