Commit 991b532b authored by Ruslan Karimov's avatar Ruslan Karimov

#3460. Важно (срочно) - внести правки в верстку сайта

parent 23e510a4
...@@ -170,12 +170,18 @@ $lang = Languages::getCurrent(); ...@@ -170,12 +170,18 @@ $lang = Languages::getCurrent();
'class' => 'footer_form__textarea' 'class' => 'footer_form__textarea'
])->label(false); ?> ])->label(false); ?>
<div class="form-group field-bid-check"> <?php echo $form->field($model, 'confirm',
<input class="footer_form__check" type="checkbox" id="check" required data-required-message="<?= Yii::t('form', 'Accept the terms') ?>"> ['template' => '{input}{label}{error}{hint}']
<label for="check"> )->checkbox([
<?= Yii::t('form', 'I agree to') . " ". Html::a(\Yii::t('form', 'the terms of using personal data'), '/uploads/personal_data_processing_art_project.pdf', ['target' => '_blank']) ?> 'id' => 'bid-confirm-index',
</label> 'checked' => false,
</div> 'required' => true,
'class' => 'footer_form__check',
'data-required-message' => Yii::t('form', 'Accept the terms')
],
false
)->label(Yii::t('form', 'I agree to') . " ". Html::a(\Yii::t('form', 'the terms of using personal data'), '/uploads/personal_data_processing_art_project.pdf', ['target' => '_blank']));
?>
<div class="file-upload_block dropzone" id="block_upload" style='top: 55px'> <div class="file-upload_block dropzone" id="block_upload" style='top: 55px'>
<div class="file_upload_bt"> <div class="file_upload_bt">
......
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