Commit 8cb1cf1a authored by andre's avatar andre

#1094 отладка

parent d26c8281
...@@ -75,13 +75,13 @@ $blocks = \common\modules\content\models\CoBlocks::find()->all(); ...@@ -75,13 +75,13 @@ $blocks = \common\modules\content\models\CoBlocks::find()->all();
'class' => 'form-control', 'class' => 'form-control',
]) ?> ]) ?>
<!-- --><?//= $form->field($model, 'type')->dropDownList(CoContent::$type_titles, [ <?= $form->field($model, 'type')->dropDownList(CoContent::$type_titles, [
// 'class' => 'form-control', 'class' => 'form-control',
// ]) ?> ]) ?>
<!---->
<!-- --><?//= $form->field($model->previewType, 'type')->dropDownList(CasesPreviewType::$preview_type_names_ru, [ <?= $form->field($model->previewType, 'type')->dropDownList(CasesPreviewType::$preview_type_names_ru, [
// 'class' => 'form-control', 'class' => 'form-control',
// ]) ?> ]) ?>
<?= $form->field($model->previewType, 'tag')->textInput(['maxlength' => 255]) ?> <?= $form->field($model->previewType, 'tag')->textInput(['maxlength' => 255]) ?>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment