field($model, 'login')->textInput(['maxlength' => true]) ?> field($model, 'password')->passwordInput(['maxlength' => true]) ?> field($model, 'email')->textInput(['maxlength' => true]) ?> field($model, 'is_super')->dropDownList(ArrayHelper::map([['id'=>1,'name'=>'Администратор'], ['id'=>2,'name'=>'Менеджер'], ['id'=>3,'name'=>'Топ-менеджер'], ], 'id', 'name')) ?> field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'office_id')->textInput() ?> field($model, 'photo')->textInput(['maxlength' => true]) ?> field($model, 'contacts')->textInput(['maxlength' => true]) ?> field($model, 'acl_accounts_access')->textInput() ?> field($model, 'active')->textInput() ?>
isNewRecord ? 'Create' : 'Update', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>