<?php if ( $er_usepc ) { ?>
  <tr>
    <td width="200" valign="top"><br /><strong><?php echo _EZREALTY_DETAILS_PROPPOSTCODE;?>:</strong></td>
    <td valign="top"><br /><input class="inputbox" type="text" name="postcode" size="15" value="<?php echo stripslashes($row->postcode);?>" />  <?php echo ezreHTML::ezWarning(_EZREALTY_DETAILS_REQ); ?></td>
  </tr>
<?php } ?>