* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\bootstrap\ActiveForm; use yii\helpers\Html; /** * @var yii\web\View $this * @var dektrium\user\models\User $user * @var dektrium\user\models\Profile $profile */ ?> beginContent('@dektrium/user/views/admin/update.php', ['user' => $user]) ?> 'horizontal', 'enableAjaxValidation' => true, 'enableClientValidation' => false, 'fieldConfig' => [ 'horizontalCssClasses' => [ 'wrapper' => 'col-sm-9', ], ], ]); ?> = $form->field($profile, 'firma_full') ?> = $form->field($profile, 'inn') ?> = $form->field($profile, 'zkpo') ?> = $form->field($profile, 'u_address') ?> = $form->field($profile, 'f_address') ?> = $form->field($profile, 'member') ?> = $form->field($profile, 'phone') ?> = $form->field($profile, 'fax') ?> = $form->field($profile, 'member_email') ?> = $form->field($profile, 'site') ?> = $form->field($profile, 'files') ?>