Update traders_list.php
This commit is contained in:
parent
64671dce58
commit
59fc5c9e38
@ -1,5 +1,3 @@
|
|||||||
<?php if (isset($OrderClass)) { ?>
|
|
||||||
|
|
||||||
<h4>Trader's list</h4>
|
<h4>Trader's list</h4>
|
||||||
<h5><a href="traders" target="_blank">View All</a></h5>
|
<h5><a href="traders" target="_blank">View All</a></h5>
|
||||||
<?php if ( isset($tradersList) && is_array($tradersList) && !empty($tradersList)) { ?>
|
<?php if ( isset($tradersList) && is_array($tradersList) && !empty($tradersList)) { ?>
|
||||||
@ -24,4 +22,4 @@
|
|||||||
<?php } else {
|
<?php } else {
|
||||||
|
|
||||||
echo '<h4>No traders found!</h4>';
|
echo '<h4>No traders found!</h4>';
|
||||||
}} ?>
|
} ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user