2014-06-30 08:23:02 +00:00
|
|
|
<div
|
|
|
|
|
data-control="formwidget"
|
2014-07-03 08:35:35 +00:00
|
|
|
data-refresh-handler="<?= $this->getEventHandler('onRefresh') ?>"
|
2014-06-30 08:23:02 +00:00
|
|
|
class="layout-row"
|
|
|
|
|
role="form"
|
|
|
|
|
id="<?= $this->getId($renderSection.'Container') ?>">
|
|
|
|
|
|
|
|
|
|
<?php if ($renderSection == 'outside'): ?>
|
|
|
|
|
<?= $this->makePartial('section_outside-fields') ?>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
<?php if ($renderSection == 'primary'): ?>
|
|
|
|
|
<?= $this->makePartial('section_primary-tabs') ?>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
<?php if ($renderSection == 'secondary'): ?>
|
|
|
|
|
<?= $this->makePartial('section_secondary-tabs') ?>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
</div>
|