mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12613] Small inconsistency fixes
PHPBB3-12613
This commit is contained in:
parent
cd326ae093
commit
087a91f628
4 changed files with 10 additions and 11 deletions
|
@ -25,13 +25,12 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<div class="rightside pagination">
|
<div class="pagination">
|
||||||
{SEARCH_MATCHES}
|
{SEARCH_MATCHES}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
•
|
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{PAGE_NUMBER}
|
• {PAGE_NUMBER}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -178,7 +177,7 @@
|
||||||
|
|
||||||
<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
|
<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
<div class="rightside pagination">
|
<div class="pagination">
|
||||||
{SEARCH_MATCHES}
|
{SEARCH_MATCHES}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<!-- IF .pagination or TOTAL_ATTACHMENTS -->
|
<!-- IF .pagination or TOTAL_ATTACHMENTS -->
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
<div class="rightside pagination">
|
<div class="pagination">
|
||||||
<!-- IF TOTAL_ATTACHMENTS -->{TOTAL_ATTACHMENTS} {L_TITLE}<!-- ENDIF -->
|
<!-- IF TOTAL_ATTACHMENTS -->{TOTAL_ATTACHMENTS} {L_TITLE}<!-- ENDIF -->
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
<!-- IF .pagination or TOTAL_ATTACHMENTS -->
|
<!-- IF .pagination or TOTAL_ATTACHMENTS -->
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
<div class="rightside pagination">
|
<div class="pagination">
|
||||||
<!-- IF TOTAL_ATTACHMENTS -->{TOTAL_ATTACHMENTS} {L_TITLE}<!-- ENDIF -->
|
<!-- IF TOTAL_ATTACHMENTS -->{TOTAL_ATTACHMENTS} {L_TITLE}<!-- ENDIF -->
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
|
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
<div class="rightside pagination">
|
<div class="pagination">
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -44,10 +44,10 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
|
<!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
|
||||||
<div class="rightside pagination">
|
<div class="pagination">
|
||||||
<!-- IF S_VIEW_MESSAGE --><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a><!-- ENDIF -->
|
<!-- IF S_VIEW_MESSAGE -->
|
||||||
|
<a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a>
|
||||||
<!-- IF FOLDER_CUR_MESSAGES neq 0 -->
|
<!-- ELSEIF FOLDER_CUR_MESSAGES neq 0 -->
|
||||||
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES}<!-- ENDIF -->
|
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES}<!-- ENDIF -->
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue