Commit c680c2a57673db81192d30729b7ffb157e695384
1 parent
b6ba3f7f
modal2
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
common/messages/ru/core.php
frontend/views/layouts/main.php
... | ... | @@ -407,7 +407,7 @@ _________________________________________________________ --> |
407 | 407 | 'options' => [ |
408 | 408 | 'class' => 'form-group field-appointment-name', |
409 | 409 | ], |
410 | - 'template' => "<div class=\"on_input_\"></div>{label}\n{input}\n", | |
410 | + 'template' => "<div class=\"on_input_\"></div>{label}\n{input}\n<p class=\"help-block help-block-error\"></p>", | |
411 | 411 | 'inputOptions' => [ |
412 | 412 | 'id' => 'appointment-name' |
413 | 413 | ], |
... | ... | @@ -428,7 +428,7 @@ _________________________________________________________ --> |
428 | 428 | 'options' => [ |
429 | 429 | 'class' => 'form-group field-appointment-phone', |
430 | 430 | ], |
431 | - 'template' => "<div class=\"on_input_\"></div>{label}\n{input}\n", | |
431 | + 'template' => "<div class=\"on_input_\"></div>{label}\n{input}\n<p class=\"help-block help-block-error\"></p>", | |
432 | 432 | 'inputOptions' => [ |
433 | 433 | 'id' => 'appointment-phone' |
434 | 434 | ], |
... | ... | @@ -449,7 +449,7 @@ _________________________________________________________ --> |
449 | 449 | 'options' => [ |
450 | 450 | 'class' => 'form-group field-appointment-date has-datepicker', |
451 | 451 | ], |
452 | - 'template' => "<div class=\"on_input_\"></div>{label}\n{input}\n", | |
452 | + 'template' => "<div class=\"on_input_\"></div>{label}\n{input}\n<p class=\"help-block help-block-error\"></p>", | |
453 | 453 | 'inputOptions' => [ |
454 | 454 | 'id' => 'appointment-date' |
455 | 455 | ], | ... | ... |