<?php if (!$this->tableless): ?>
  <tr class="<?php echo $this->rowClass; ?>">
    <td colspan="2" class="colspan explanation"><?php echo $this->generate(); ?></td>
  </tr>
<?php else: ?>
	<div class="explanation widget widget-<?php echo $this->type; ?><?php if ($this->required): ?> widget-mandatory<?php endif; ?><?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 if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?><?php if ($this->hasErrors()): ?> error<?php endif; ?>">
    <?php echo $this->generate(); ?>
  </div>
<?php endif; ?>