* * 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', ], ], ]); ?> field($profile, 'firma_full') ?> field($profile, 'inn') ?> field($profile, 'zkpo') ?> field($profile, 'u_address') ?> field($profile, 'f_address') ?> field($profile, 'member') ?> field($profile, 'phone') ?> field($profile, 'fax') ?> field($profile, 'member_email') ?> field($profile, 'site') ?> field($profile, 'files') ?>
'btn btn-block btn-success']) ?>
endContent() ?>