mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12613] Add distinction between top/bottom action-bar
PHPBB3-12613
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</table>
|
||||
<!-- ELSE -->
|
||||
<!-- IF .notification_list -->
|
||||
<div class="action-bar">
|
||||
<div class="action-bar top">
|
||||
<div class="pagination">
|
||||
<!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF -->
|
||||
{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
|
||||
@@ -89,7 +89,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="action-bar">
|
||||
<div class="action-bar bottom">
|
||||
<div class="pagination">
|
||||
{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
|
||||
<!-- IF .pagination -->
|
||||
|
Reference in New Issue
Block a user