update header from docx format

This commit is contained in:
iIronside
2022-11-14 15:11:46 +03:00
parent 9523ed7475
commit 0f8aa34b4f
2 changed files with 13 additions and 10 deletions

View File

@ -36,7 +36,7 @@ use yii\widgets\ActiveForm;
<?= $form->field($model, 'header_text')->textInput(['maxlength' => true]) ?>
<div class="imgUpload form-group">
<div class="media__upload_img" style="width: 0">
<div class="media__upload_img">
<img src="<?= $model->header_image; ?>" width="100px"/>
</div>
<?php echo InputFile::widget([