diff --git a/common/messages/ru/core.php b/common/messages/ru/core.php index 32fa1d2..8e75cf7 100644 --- a/common/messages/ru/core.php +++ b/common/messages/ru/core.php @@ -60,4 +60,5 @@ return [ 'phone' => 'Номер телефона', 'message' => 'Сообщение', 'Comment posted' => 'Ваш комментарий появится после проверки модератором', + 'date' => 'Дата', ]; \ No newline at end of file diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 05e5893..658eb57 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -407,7 +407,7 @@ _________________________________________________________ --> 'options' => [ 'class' => 'form-group field-appointment-name', ], - 'template' => "
{label}\n{input}\n", + 'template' => "
{label}\n{input}\n

", 'inputOptions' => [ 'id' => 'appointment-name' ], @@ -428,7 +428,7 @@ _________________________________________________________ --> 'options' => [ 'class' => 'form-group field-appointment-phone', ], - 'template' => "
{label}\n{input}\n", + 'template' => "
{label}\n{input}\n

", 'inputOptions' => [ 'id' => 'appointment-phone' ], @@ -449,7 +449,7 @@ _________________________________________________________ --> 'options' => [ 'class' => 'form-group field-appointment-date has-datepicker', ], - 'template' => "
{label}\n{input}\n", + 'template' => "
{label}\n{input}\n

", 'inputOptions' => [ 'id' => 'appointment-date' ], -- libgit2 0.21.4