mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12613] Removed unnecessary checks
PHPBB3-12613
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
<p>{L_EXPLAIN}</p>
|
||||
|
||||
<!-- IF .postrow -->
|
||||
<!-- IF .pagination or TOTAL_REPORTS -->
|
||||
<div class="action-bar">
|
||||
<div class="pagination">
|
||||
<!-- IF TOTAL -->{TOTAL_REPORTS}<!-- ENDIF -->
|
||||
{TOTAL_REPORTS}
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
@@ -29,7 +28,6 @@
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<ul class="topiclist missing-column">
|
||||
<li class="header">
|
||||
@@ -90,10 +88,9 @@
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- IF .pagination or TOTAL_REPORTS -->
|
||||
<div class="action-bar">
|
||||
<div class="pagination">
|
||||
<!-- IF TOTAL -->{TOTAL_REPORTS}<!-- ENDIF -->
|
||||
{TOTAL_REPORTS}
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
@@ -101,7 +98,6 @@
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- ELSE -->
|
||||
<p><strong>{L_NO_REPORTS}</strong></p>
|
||||
|
Reference in New Issue
Block a user