... | ... |
@@ -7,7 +7,7 @@ |
7 | 7 |
<?php $this->endblock(); ?> |
8 | 8 |
</div> |
9 | 9 |
|
10 |
-<div class="<?= $this->prefix ?> confirm<?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; ?>"> |
|
10 |
+<div class="<?= $this->prefix ?> confirm<?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_class): ?> <?= $this->eSM_fl_class; ?><?php endif; ?>"> |
|
11 | 11 |
<?php $this->block('label2'); ?> |
12 | 12 |
<?php $this->endblock(); ?> |
13 | 13 |
|