field($model, 'BRAND')->textInput(['maxlength' => true]) ?> field($model, 'if_tecdoc')->textInput() ?> field($model, 'tecdoc_logo')->textInput(['maxlength' => true]) ?> field($model, 'if_oem')->textInput() ?> field($model, 'if_checked')->textInput() ?> field($model, 'CONTENT')->textarea(['rows' => 6]) ?> field($model, 'IMG')->textInput(['maxlength' => true]) ?> field($model, 'timestamp')->textInput() ?>
isNewRecord ? 'Добавить' : 'Update', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>