1
0
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:
PayBas
2014-06-06 00:56:35 +02:00
parent 36b42d376e
commit 371e363c30
3 changed files with 6 additions and 18 deletions

View File

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