Commit 9709252b authored by john's avatar john

Merge branch 't_3031'

3105 comments
parents 3385406f 727ddeaa
...@@ -91,9 +91,9 @@ class PageController extends \common\components\BaseController ...@@ -91,9 +91,9 @@ class PageController extends \common\components\BaseController
'html' => '@common/modules/blog/mail/messageBlog-html', 'html' => '@common/modules/blog/mail/messageBlog-html',
'text' => '@common/modules/blog/mail/messageBlog-text'], ['model' => $model] 'text' => '@common/modules/blog/mail/messageBlog-text'], ['model' => $model]
) )
->setFrom([\common\models\Settings::getValue('bids-support-email-from') => 'Заявка на подключение']) ->setFrom([\common\models\Settings::getValue('bids-support-email-from') => 'Запрос на интеграцию'])
->setTo(\common\models\Settings::getValue('article-email')) ->setTo(\common\models\Settings::getValue('article-email'))
->setSubject("Заявка на подключения к TaskOn - " . $model->primaryKey) ->setSubject("Запрос на интеграция TaskOn2 - " . $model->primaryKey)
->send(); ->send();
$transaction->commit(); $transaction->commit();
......
...@@ -183,6 +183,10 @@ ...@@ -183,6 +183,10 @@
.faq_sec iframe { .faq_sec iframe {
margin-bottom: 20px; margin-bottom: 20px;
} }
.faq_sec ul:not([class]){
background: url(../images/ul_list_blue.png) no-repeat left 6px;
padding-left: 30px;
}
.faq_sec ul:not([class]), .faq_sec ol:not([class]) { .faq_sec ul:not([class]), .faq_sec ol:not([class]) {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 17px; font-size: 17px;
...@@ -708,3 +712,23 @@ mark * { ...@@ -708,3 +712,23 @@ mark * {
.icon_not_like { .icon_not_like {
background: url(../images/icon_not_like.png) 0 center no-repeat; background: url(../images/icon_not_like.png) 0 center no-repeat;
} }
.reference_right_box textarea {
border-radius: 3px;
}
.reference_left_box table:not([class]) {
margin-bottom: 20px;
}
.reference_left_box table:not([class]) tr th {
background-color: transparent;
border: none;
border-bottom: 2px solid #dee2e6;
border-top: 1px solid #dee2e6;
padding: .75rem;
}
.reference_left_box table:not([class]) tr td {
border-top: 1px solid #dee2e6;
padding: .75rem;
}
\ No newline at end of file
...@@ -8200,7 +8200,7 @@ ol.linenums { ...@@ -8200,7 +8200,7 @@ ol.linenums {
} }
.offcanvas-wrapper ul:not([class])>li { .offcanvas-wrapper ul:not([class])>li {
background: url(../images/ul_list_blue.png) no-repeat left 6px;; background: url(../images/ul_list_blue.png) no-repeat left 6px;
padding-left: 30px; padding-left: 30px;
} }
......
...@@ -27,7 +27,7 @@ For example: write about CRM" => "Что хочу почитать? ...@@ -27,7 +27,7 @@ For example: write about CRM" => "Что хочу почитать?
'Connection request' => 'Запрос на подключение', 'Connection request' => 'Запрос на подключение',
'Request access' => 'Запросить доступ', 'Request access' => 'Запросить доступ',
'Access to the repository (the source code platform Task On 2) is sent on request.' 'Access to the repository (the source code platform Task On 2) is sent on request.'
=> 'Доступ к репозиторию (исходному коду платформы TaskOn 2) отправляется по запросу.', => 'Опишите в форме ниже задачу, которую требуется реализовать.',
'Describe briefly for which tasks you want to use the TaskOn platform? *' => 'Опишите коротко для каких задач вы хотите использовать платформу TaskOn?*', 'Describe briefly for which tasks you want to use the TaskOn platform? *' => 'Опишите коротко для каких задач вы хотите использовать платформу TaskOn?*',
'Connection request sent. We will consider it.' => 'Запрос на подключение отправлен. Мы обязательно его рассмотрим.', 'Connection request sent. We will consider it.' => 'Запрос на подключение отправлен. Мы обязательно его рассмотрим.',
]; ];
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment