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

  <div class="<?= $this->prefix; ?> headline w100">
    <?= $this->generate(); ?>
  </div>

<?php else: ?>

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

<?php endif; ?>