[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

@ -16,10 +16,9 @@
<p>{L_EXPLAIN}</p> <p>{L_EXPLAIN}</p>
<!-- IF .postrow --> <!-- IF .postrow -->
<!-- IF .pagination or TOTAL -->
<div class="action-bar"> <div class="action-bar">
<div class="pagination"> <div class="pagination">
<!-- IF TOTAL -->{TOTAL}<!-- ENDIF --> {TOTAL}
<!-- IF .pagination --> <!-- IF .pagination -->
<!-- INCLUDE pagination.html --> <!-- INCLUDE pagination.html -->
<!-- ELSE --> <!-- ELSE -->
@ -27,7 +26,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
</div> </div>
<!-- ENDIF -->
<ul class="topiclist missing-column"> <ul class="topiclist missing-column">
<li class="header"> <li class="header">
@ -84,10 +82,9 @@
<hr /> <hr />
<!-- IF .pagination or TOTAL -->
<div class="action-bar"> <div class="action-bar">
<div class="pagination"> <div class="pagination">
<!-- IF TOTAL -->{TOTAL}<!-- ENDIF --> {TOTAL}
<!-- IF .pagination --> <!-- IF .pagination -->
<!-- INCLUDE pagination.html --> <!-- INCLUDE pagination.html -->
<!-- ELSE --> <!-- ELSE -->
@ -95,7 +92,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
</div> </div>
<!-- ENDIF -->
<!-- ELSE --> <!-- ELSE -->
<p class="notopics"><strong> <p class="notopics"><strong>

View file

@ -18,10 +18,9 @@
<p>{L_EXPLAIN}</p> <p>{L_EXPLAIN}</p>
<!-- IF .postrow --> <!-- IF .postrow -->
<!-- IF .pagination or TOTAL_REPORTS -->
<div class="action-bar"> <div class="action-bar">
<div class="pagination"> <div class="pagination">
<!-- IF TOTAL -->{TOTAL_REPORTS}<!-- ENDIF --> {TOTAL_REPORTS}
<!-- IF .pagination --> <!-- IF .pagination -->
<!-- INCLUDE pagination.html --> <!-- INCLUDE pagination.html -->
<!-- ELSE --> <!-- ELSE -->
@ -29,7 +28,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
</div> </div>
<!-- ENDIF -->
<ul class="topiclist missing-column"> <ul class="topiclist missing-column">
<li class="header"> <li class="header">
@ -90,10 +88,9 @@
<hr /> <hr />
<!-- IF .pagination or TOTAL_REPORTS -->
<div class="action-bar"> <div class="action-bar">
<div class="pagination"> <div class="pagination">
<!-- IF TOTAL -->{TOTAL_REPORTS}<!-- ENDIF --> {TOTAL_REPORTS}
<!-- IF .pagination --> <!-- IF .pagination -->
<!-- INCLUDE pagination.html --> <!-- INCLUDE pagination.html -->
<!-- ELSE --> <!-- ELSE -->
@ -101,7 +98,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
</div> </div>
<!-- ENDIF -->
<!-- ELSE --> <!-- ELSE -->
<p><strong>{L_NO_REPORTS}</strong></p> <p><strong>{L_NO_REPORTS}</strong></p>

View file

@ -10,10 +10,9 @@
<p>{L_WARNED_USERS_EXPLAIN}</p> <p>{L_WARNED_USERS_EXPLAIN}</p>
<!-- IF .user --> <!-- IF .user -->
<!-- IF .pagination or TOTAL_USERS -->
<div class="action-bar"> <div class="action-bar">
<div class="pagination"> <div class="pagination">
<!-- IF TOTAL_USERS -->{TOTAL_USERS}<!-- ENDIF --> {TOTAL_USERS}
<!-- IF .pagination --> <!-- IF .pagination -->
<!-- INCLUDE pagination.html --> <!-- INCLUDE pagination.html -->
<!-- ELSE --> <!-- ELSE -->
@ -21,7 +20,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
</div> </div>
<!-- ENDIF -->
<table class="table1"> <table class="table1">
<thead> <thead>
@ -53,10 +51,9 @@
<hr /> <hr />
<!-- IF .pagination or TOTAL_USERS -->
<div class="action-bar"> <div class="action-bar">
<div class="pagination"> <div class="pagination">
<!-- IF TOTAL_USERS -->{TOTAL_USERS}<!-- ENDIF --> {TOTAL_USERS}
<!-- IF .pagination --> <!-- IF .pagination -->
<!-- INCLUDE pagination.html --> <!-- INCLUDE pagination.html -->
<!-- ELSE --> <!-- ELSE -->
@ -64,7 +61,6 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
</div> </div>
<!-- ENDIF -->
<!-- ELSE --> <!-- ELSE -->
<p><strong>{L_NO_WARNINGS}</strong></p> <p><strong>{L_NO_WARNINGS}</strong></p>