<?php if (!$this->tableless): ?> <tr class="<?php echo $this->rowClass; ?>"> <td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td> <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td> </tr> <?php else: ?> <?php echo $this->generateLabel(); ?> <?php echo $this->generateWithError(); ?><br> <?php endif; ?>