Russian translation: improvements of input-forms (#16381) [skip ci]

This commit is contained in:
Alexey Pyltsyn
2018-06-12 09:26:46 +03:00
committed by Alexander Makarov
parent 6590feef0d
commit f2fbd58f43

View File

@ -141,7 +141,7 @@ use yii\widgets\Pjax;
use yii\widgets\ActiveForm; use yii\widgets\ActiveForm;
Pjax::begin([ Pjax::begin([
// Pjax options // Опции Pjax
]); ]);
$form = ActiveForm::begin([ $form = ActiveForm::begin([
'options' => ['data' => ['pjax' => true]], 'options' => ['data' => ['pjax' => true]],