update header from pdf format

This commit is contained in:
iIronside
2022-11-14 13:48:31 +03:00
parent 4efa463b18
commit 9523ed7475
12 changed files with 182 additions and 86 deletions

View File

@ -27,6 +27,10 @@ use yii\widgets\ActiveForm;
<?php // echo $form->field($model, 'template_body') ?>
<?php // echo $form->field($model, 'header_text') ?>
<?php // echo $form->field($model, 'header_image') ?>
<div class="form-group">
<?= Html::submitButton('Search', ['class' => 'btn btn-primary']) ?>
<?= Html::resetButton('Reset', ['class' => 'btn btn-default']) ?>