<?php if ($this->tableless): ?> <div class="<?= $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; ?>"> <?= $this->generate(); ?> </div> <?php else: ?> <tr class="<?= $this->rowClass; ?>"> <td colspan="2" class="colspan explanation"><?= $this->generate(); ?></td> </tr> <?php endif; ?>