Display Edit Button on check page

<td>

<?php if ($isVisibleProduct): ?>

<a href=”<?php echo $this->getConfigureUrl() ?>” title=”<?php echo $this->__(‘Edit item parameters’) ?>”><?php echo $this->__(‘Edit1’) ?></a> <?php endif ?>   </td>