From c680c2a57673db81192d30729b7ffb157e695384 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 10 Nov 2017 11:49:20 +0200 Subject: [PATCH] modal2 --- common/messages/ru/core.php | 1 + frontend/views/layouts/main.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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