Commit c680c2a57673db81192d30729b7ffb157e695384
1 parent
b6ba3f7f
modal2
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
common/messages/ru/core.php
@@ -60,4 +60,5 @@ return [ | @@ -60,4 +60,5 @@ return [ | ||
60 | 'phone' => 'Номер телефона', | 60 | 'phone' => 'Номер телефона', |
61 | 'message' => 'Сообщение', | 61 | 'message' => 'Сообщение', |
62 | 'Comment posted' => 'Ваш комментарий появится после проверки модератором', | 62 | 'Comment posted' => 'Ваш комментарий появится после проверки модератором', |
63 | + 'date' => 'Дата', | ||
63 | ]; | 64 | ]; |
64 | \ No newline at end of file | 65 | \ No newline at end of file |
frontend/views/layouts/main.php
@@ -407,7 +407,7 @@ _________________________________________________________ --> | @@ -407,7 +407,7 @@ _________________________________________________________ --> | ||
407 | 'options' => [ | 407 | 'options' => [ |
408 | 'class' => 'form-group field-appointment-name', | 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 | 'inputOptions' => [ | 411 | 'inputOptions' => [ |
412 | 'id' => 'appointment-name' | 412 | 'id' => 'appointment-name' |
413 | ], | 413 | ], |
@@ -428,7 +428,7 @@ _________________________________________________________ --> | @@ -428,7 +428,7 @@ _________________________________________________________ --> | ||
428 | 'options' => [ | 428 | 'options' => [ |
429 | 'class' => 'form-group field-appointment-phone', | 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 | 'inputOptions' => [ | 432 | 'inputOptions' => [ |
433 | 'id' => 'appointment-phone' | 433 | 'id' => 'appointment-phone' |
434 | ], | 434 | ], |
@@ -449,7 +449,7 @@ _________________________________________________________ --> | @@ -449,7 +449,7 @@ _________________________________________________________ --> | ||
449 | 'options' => [ | 449 | 'options' => [ |
450 | 'class' => 'form-group field-appointment-date has-datepicker', | 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 | 'inputOptions' => [ | 453 | 'inputOptions' => [ |
454 | 'id' => 'appointment-date' | 454 | 'id' => 'appointment-date' |
455 | ], | 455 | ], |