mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-01 04:22:11 +02:00
[ticket/12613] Add distinction between top/bottom action-bar
PHPBB3-12613
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!-- IF .pagination or SEARCH_MATCHES or PAGE_NUMBER -->
|
||||
<form method="post" action="{S_SEARCH_ACTION}">
|
||||
|
||||
<div class="action-bar">
|
||||
<div class="action-bar top">
|
||||
|
||||
<!-- IF SEARCH_MATCHES -->
|
||||
<div class="search-box">
|
||||
@@ -176,7 +176,7 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
|
||||
<div class="action-bar">
|
||||
<div class="action-bar bottom">
|
||||
<div class="pagination">
|
||||
{SEARCH_MATCHES}
|
||||
<!-- IF .pagination -->
|
||||
|
Reference in New Issue
Block a user