1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/12613] Add distinction between top/bottom action-bar

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-13 14:53:45 +02:00
parent 93c39477e0
commit f6ee0152ed
20 changed files with 34 additions and 34 deletions

View File

@@ -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 -->