diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php
index 42bfc28..974d95c 100755
--- a/common/messages/ru/app.php
+++ b/common/messages/ru/app.php
@@ -4,4 +4,5 @@
'Login' => 'Войти',
'Not registered yet?' => 'Не зарегистрированы?',
'Register now!' => 'Зарегистрироваться',
+ 'Отправить' => ' Отправить',
];
\ No newline at end of file
diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index 9ceb535..62001c9 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -468,7 +468,7 @@ _________________________________________________________ -->
->label(false)
->textInput(
[
- 'placeholder' => $callback->getAttributeLabel('name'),
+ 'placeholder' => $callback->getAttributeLabel('ваше имя'),
]
);
echo $form->field($callback, 'phone')
->label(false)
->textInput(
[
- 'placeholder' => $callback->getAttributeLabel('phone'),
+ 'placeholder' => $callback->getAttributeLabel('номер телефона'),
]
);
echo Html::tag(
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index f31da8f..6d11c43 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -4688,4 +4688,19 @@ a.list-group-item.active > .badge,
#login-modal .modal-sm {
width: 350px;
}
+}
+
+h4.modal-title.callback{
+ text-transform:uppercase;
+}
+.form-group.field-feedback-returnurl{
+ display: none;
+}
+
+a i.fa, button i.fa, span.fa {
+ margin: 0 5px;
+}
+
+.modal-dialog.modal-sm {
+ min-width: 350px;
}
\ No newline at end of file
--
libgit2 0.21.4