<?php if ($this->tableless): ?>

  <div class="<?php echo $this->prefix; ?> explanation<?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?>">
    <?php echo $this->generate(); ?>
  </div>

<?php else: ?>

  <tr class="<?php echo $this->rowClass; ?>">
    <td colspan="2" class="colspan explanation"><?php echo $this->generate(); ?></td>
  </tr>

<?php endif; ?>