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

  <div class="<?php echo $this->prefix; ?> headline w100<?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>">
    <?php echo $this->generate(); ?>
  </div>

<?php else: ?>

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

<?php endif; ?>