<?php if ($this->tableless): ?> <div class="<?= $this->prefix; ?><?php if ($this->class) echo ' ' . $this->class; ?><?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 $this->block('label'); ?> <?php $this->endblock(); ?> <?php $this->block('field'); ?> <?php $this->endblock(); ?> </div> <div class="<?= $this->prefix; ?> confirm<?php if ($this->class) echo ' ' . $this->class; ?><?php if ($this->eSM_fl_width): ?> w<?php echo $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_class): ?> <?php echo $this->eSM_fl_class; ?><?php endif; ?>"> <?php $this->block('label2'); ?> <?php $this->endblock(); ?> <?php $this->block('field2'); ?> <?php $this->endblock(); ?> </div> <?php else: ?> <tr class="<?= $this->rowClass; ?>"> <td class="col_0 col_first"> <?php $this->block('label'); ?> <?php $this->endblock(); ?> </td> <td class="col_1 col_last"> <?php $this->block('field'); ?> <?php $this->endblock(); ?> </td> </tr> <tr class="<?= $this->rowClassConfirm; ?>"> <td class="col_0 col_first"> <?php $this->block('label2'); ?> <?php $this->endblock(); ?> </td> <td class="col_1 col_last"> <?php $this->block('field2'); ?> <?php $this->endblock(); ?> </td> </tr> <?php endif; ?>