isNewRecord) { $model->type_map = Yii::$app->request->get('type'); echo $form->field($model, 'type_map')->hiddenInput()->label(''); } echo $form->submit($model, $this); ?>
'col-md-6']) . $form->text_line_lang($modelLang, 'title') . Html::endTag('div') . Html::beginTag('div', ['class' => 'col-md-5']) . $form->text_line($model, 'position') . Html::endTag('div') ?>
'col-md-8']) . $form->field($model, 'image_link')->imageOne($model->getImageLink()) . Html::endTag('div') ?>
'col-md-8']) . $form->field($model, 'image_link2')->imageOne($model->getImageLink2()) . Html::endTag('div') ?>