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

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

parent 23e510a4
......@@ -170,12 +170,18 @@ $lang = Languages::getCurrent();
'class' => 'footer_form__textarea'
])->label(false); ?>
<div class="form-group field-bid-check">
<input class="footer_form__check" type="checkbox" id="check" required data-required-message="<?= Yii::t('form', 'Accept the terms') ?>">
<label for="check">
<?= 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']) ?>
</label>
</div>
<?php echo $form->field($model, 'confirm',
['template' => '{input}{label}{error}{hint}']
)->checkbox([
'id' => 'bid-confirm-index',
'checked' => false,
'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_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