Advertisement
Fogest

Untitled

Nov 13th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. echo "<tr>";
  2.         echo "<td class='first-td'><a href='index.php?id=$tradeID'>$tradeID</a></td>";
  3.         echo "<td>$mcUsername</td>";
  4.         echo "<td>$blockName</td>";
  5.         echo "<td>$quantity</td>";
  6.         echo "<td>$Cost</td>";
  7.         if($tradeStatus == 1) { echo "<td class='last-td center-td'><img src='img/accept-icon.png' alt='Open' title='Open' width='16px' height='16px'/></td>"; }
  8.         if($tradeStatus == 2) { echo "<td class='last-td center-td'><img src='img/cancel-icon.png' alt='Closed' title='Closed' width='16px' height='16px' /></td>"; }
  9.         echo "</tr>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement