<div class="<?= $this->prefix ?><?php if ($this->class): ?> <?= $this->class ?><?php endif; ?><?php if ($this->eSM_fl_width): ?> w<?= $this->eSM_fl_width; ?><?php endif; ?><?php if ($this->eSM_fl_clear): ?> clr<?php endif; ?><?php if ($this->eSM_fl_class): ?> <?= $this->eSM_fl_class; ?><?php endif; ?>"> <?php $this->block('label'); ?> <?php $this->endblock(); ?> <?php $this->block('field'); ?> <?php $this->endblock(); ?> </div>