Skip to content

Commit 3e2b3ea

Browse files
init
1 parent 37c9bed commit 3e2b3ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ViewComponentSettings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function renderConfigForm(ActiveForm $form)
5858

5959
if ($themes)
6060
{
61-
echo $form->field($this, 'theme')->listBox($themes);
61+
echo $form->field($this, 'theme')->listBox($themes, ['size' => 1]);
6262
} else
6363
{
6464
echo \Yii::t('skeeks/view', 'There are no customizable themes in the project');

messages/ru/main.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
return [
3-
'Template' => 'Шаблон',
3+
'Template' => 'Шаблон',
4+
'Theme' => 'Тема',
45
'There are no customizable themes in the project' => 'Нет доступных настраиваемых тем в проекте',
56
];

0 commit comments

Comments
 (0)