2014-06-29 03:35:47 +00:00
|
|
|
<div
|
|
|
|
|
data-control="formwidget"
|
|
|
|
|
data-refresh-handler="<?= $this->getEventHandler('onRender') ?>"
|
|
|
|
|
class="form-widget form-elements layout"
|
|
|
|
|
role="form"
|
|
|
|
|
id="<?= $this->getId() ?>">
|
2014-05-14 13:24:20 +00:00
|
|
|
|
|
|
|
|
<?php if ($outsideFields): ?>
|
|
|
|
|
<?= $this->makePartial('form_outside_fields') ?>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
<?php if ($primaryTabs): ?>
|
|
|
|
|
<?= $this->makePartial('form_primary_tabs') ?>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
<?php if ($secondaryTabs): ?>
|
|
|
|
|
<?= $this->makePartial('form_secondary_tabs') ?>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
|
|
|
|
|
</div>
|