* * 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, 'name') ?> = $form->field($profile, 'public_email') ?> = $form->field($profile, 'website') ?> = $form->field($profile, 'location') ?> = $form->field($profile, 'gravatar_email') ?> = $form->field($profile, 'bio')->textarea() ?>