<tr>
    <?php echo $this->type->label('Form/LabelAdmin'); ?>
    <td>
    <?php echo $this->type->errors(); ?>
    <?php echo $this->type->widget(); ?>
    </td>
</tr>
