Commit 0c1e7d9b7e4b84d9315e2a3247276d7b5c49568b
Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
9 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 | ], |
frontend/web/css/custom.css
@@ -484,6 +484,11 @@ div.modal-title{ | @@ -484,6 +484,11 @@ div.modal-title{ | ||
484 | max-width: 720px; | 484 | max-width: 720px; |
485 | margin: 0 auto; | 485 | margin: 0 auto; |
486 | } | 486 | } |
487 | +.success_.done_{ | ||
488 | + opacity: 1!important; | ||
489 | + display: block; | ||
490 | + z-index: 99999; | ||
491 | +} | ||
487 | @media (max-width: 991px) { | 492 | @media (max-width: 991px) { |
488 | .footer-copyrights{ | 493 | .footer-copyrights{ |
489 | margin-top:0; | 494 | margin-top:0; |