diff --git a/plugins/box/blocks/views/backend/index.view.php b/plugins/box/blocks/views/backend/index.view.php
index 3e7895b..7461d81 100755
--- a/plugins/box/blocks/views/backend/index.view.php
+++ b/plugins/box/blocks/views/backend/index.view.php
@@ -14,7 +14,7 @@
- | |
+ | |
diff --git a/plugins/box/snippets/views/backend/index.view.php b/plugins/box/snippets/views/backend/index.view.php
index eb7936c..c9c031e 100755
--- a/plugins/box/snippets/views/backend/index.view.php
+++ b/plugins/box/snippets/views/backend/index.view.php
@@ -14,7 +14,7 @@
- | |
+ | |
diff --git a/plugins/box/system/languages/de.lang.php b/plugins/box/system/languages/de.lang.php
index 3289f97..0af5f2e 100644
--- a/plugins/box/system/languages/de.lang.php
+++ b/plugins/box/system/languages/de.lang.php
@@ -75,5 +75,7 @@
'Sitemap file not writable' => 'Sitemap-Datei ist nicht beschreibbar',
'Main .htaccess file writable' => 'Haupt .htaccess-Datei ist beschreibbar',
'Main .htaccess file not writable' => 'Haupt .htaccess-Datei ist nicht beschreibbar',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/languages/en.lang.php b/plugins/box/system/languages/en.lang.php
index f8a74dd..85a69c8 100644
--- a/plugins/box/system/languages/en.lang.php
+++ b/plugins/box/system/languages/en.lang.php
@@ -76,5 +76,7 @@
'Sitemap file not writable' => 'Sitemap file not writable',
'Main .htaccess file writable' => 'Main .htaccess file writable',
'Main .htaccess file not writable' => 'Main .htaccess file not writable',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/languages/it.lang.php b/plugins/box/system/languages/it.lang.php
index 86c3116..2abbc3d 100644
--- a/plugins/box/system/languages/it.lang.php
+++ b/plugins/box/system/languages/it.lang.php
@@ -76,5 +76,7 @@
'Sitemap file not writable' => 'Sitemap file non è scrivibile',
'Main .htaccess file writable' => 'Principale file .htaccess è scrivibile',
'Main .htaccess file not writable' => 'Principale file .htaccess non è scrivibile',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/languages/lt.lang.php b/plugins/box/system/languages/lt.lang.php
index 26419fd..4e69dc4 100644
--- a/plugins/box/system/languages/lt.lang.php
+++ b/plugins/box/system/languages/lt.lang.php
@@ -75,5 +75,7 @@
'Sitemap file not writable' => 'Negalima rašyti į sitemap bylą',
'Main .htaccess file writable' => 'Galima rašyti į pagrindinę .htaccess bylą',
'Main .htaccess file not writable' => 'Negalima rašyti į pagrindinę .htaccess bylą',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/languages/pt-br.lang.php b/plugins/box/system/languages/pt-br.lang.php
index b00b1e6..b1bb78b 100644
--- a/plugins/box/system/languages/pt-br.lang.php
+++ b/plugins/box/system/languages/pt-br.lang.php
@@ -74,5 +74,7 @@
'Sitemap file not writable' => 'O arquivo \'sitemap.xml\' não tem permissões de escrita',
'Main .htaccess file writable' => 'O arquivo .htaccess principal tem permissões de escrita',
'Main .htaccess file not writable' => 'O arquivo .htacces principal não tem permissões de escrita',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/languages/ru.lang.php b/plugins/box/system/languages/ru.lang.php
index 0f2ca57..70c5c0b 100644
--- a/plugins/box/system/languages/ru.lang.php
+++ b/plugins/box/system/languages/ru.lang.php
@@ -76,5 +76,7 @@
'Sitemap file not writable' => 'Карта сайта не доступна для записи',
'Main .htaccess file writable' => 'Главный .htaccess файл доступен для записи',
'Main .htaccess file not writable' => 'Главный .htaccess файл не доступен для записи',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/languages/uk.lang.php b/plugins/box/system/languages/uk.lang.php
index 1e21c8f..5880086 100644
--- a/plugins/box/system/languages/uk.lang.php
+++ b/plugins/box/system/languages/uk.lang.php
@@ -76,5 +76,7 @@
'Sitemap file not writable' => 'Карта сайту не доступна для запису',
'Main .htaccess file writable' => 'Головний .htaccess файл - доступний для запису',
'Main .htaccess file not writable' => 'Головний .htaccess файл - не доступний для запису',
+ 'Official Support Forum' => 'Official Support Forum',
+ 'Documentation' => 'Documentation',
)
);
\ No newline at end of file
diff --git a/plugins/box/system/views/backend/index.view.php b/plugins/box/system/views/backend/index.view.php
index 7208b43..423c361 100755
--- a/plugins/box/system/views/backend/index.view.php
+++ b/plugins/box/system/views/backend/index.view.php
@@ -45,7 +45,7 @@
Form::label('system_language', __('Language', 'system')).
Form::select('system_language', $languages_array, Option::get('language'), array('class' => 'span3')). Html::br().
Form::label('site_maintenance_message', __('Maintenance Mode', 'system')).
- Form::textarea('site_maintenance_message', Html::toText(Option::get('maintenance_message')), array('style' => 'width:640px;height:160px;')). Html::br(2)
+ Form::textarea('site_maintenance_message', Html::toText(Option::get('maintenance_message')), array('class' => 'span7', 'style' => 'height:160px;')). Html::br(2)
);
?>