<?php //dump($this); ?>
<?php if (!$this->tableless): ?>
  <tr class="<?php echo $this->rowClass; ?>">
    <td class="col_0 col_first"><?php echo $this->generateLabel(); ?></td>
    <td class="col_1 col_last"><?php echo $this->generateWithError(); ?></td>
  </tr>
<?php else: ?>
<div class="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 if ($this->hasErrors()): ?><span class="w15px h15px bdrsr flr bgc3 tac c3 mt0_25e vat lh10 dbl curh" title="<?php echo htmlspecialchars($this->getErrorsAsString()); ?>" data-tooltip="position: top; offsetY: 10; theme: tooltipster-error; contentAsHTML: true;">?</span><?php endif; ?><?php echo $this->generateLabel(); ?>
  <?php echo $this->generate(); ?>
</div>
<?php endif; ?>