diff --git a/fp-interface/themes/leggero/flatmaas-rev/res/admin.css b/fp-interface/themes/leggero/flatmaas-rev/res/admin.css
index cfcec44..779d65d 100644
--- a/fp-interface/themes/leggero/flatmaas-rev/res/admin.css
+++ b/fp-interface/themes/leggero/flatmaas-rev/res/admin.css
@@ -578,9 +578,14 @@ a.link-enable:hover {
form { margin: auto }
-/* ===== PHP Info ===== */
-#phpinfo, #phpinfo h1, #phpinfo tr, #phpinfo td { margin: unset !IMPORTANT ;text-align: unset !IMPORTANT; letter-spacing: unset !IMPORTANT }
+/* ===== PHP Info ===== */
+/* unset Leggero -style */
+#phpinfo, #phpinfo h1, #phpinfo h2, #phpinfo tr, #phpinfo td, #phpinfo .e, #phpinfo .h, #phpinfo .v { margin: unset; text-align: unset; letter-spacing: unset; background: unset; font-family: unset }
+#phpinfo h2 { border-bottom: unset }
+
+/* set phpinfo()/ php.net -style */
+#phpinfo, #phpinfo h2, #phpinfo h2 a { font-family: sans-serif; font-size: 16px }
#phpinfo body { background-color: #fff; color: #222; font-family: sans-serif }
#phpinfo pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }
diff --git a/fp-interface/themes/leggero/leggero-v2/res/admin.css b/fp-interface/themes/leggero/leggero-v2/res/admin.css
index 8203a86..2d1edb4 100644
--- a/fp-interface/themes/leggero/leggero-v2/res/admin.css
+++ b/fp-interface/themes/leggero/leggero-v2/res/admin.css
@@ -580,9 +580,18 @@ a.link-general:hover, .main-cell a:hover {
form { margin: auto }
-/* ===== PHP Info ===== */
-#phpinfo, #phpinfo h1, #phpinfo tr, #phpinfo td { margin: unset !IMPORTANT ;text-align: unset !IMPORTANT; letter-spacing: unset !IMPORTANT }
+/* ===== PHP Info ===== */
+/* unset Leggero -style */
+#phpinfo, #phpinfo h1, #phpinfo h2, #phpinfo tr, #phpinfo td, #phpinfo .e, #phpinfo .h, #phpinfo .v { margin: unset; text-align: unset; letter-spacing: unset; background: unset; font-family: unset }
+#phpinfo h2 { border-bottom: unset }
+#phpinfo tr:last-child td:first-child { border-bottom-left-radius: unset }
+#phpinfo tr:last-child td:last-child { border-bottom-right-radius: unset }
+#phpinfo tr:first-child th:first-child { border-top-left-radius: unset }
+#phpinfo tr:first-child th:last-child { border-top-right-radius: unset }
+
+/* set phpinfo()/ php.net -style */
+#phpinfo, #phpinfo h2, #phpinfo h2 a { font-family: sans-serif; font-size: 16px }
#phpinfo body { background-color: #fff; color: #222; font-family: sans-serif }
#phpinfo pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }
diff --git a/fp-interface/themes/leggero/leggero/res/admin.css b/fp-interface/themes/leggero/leggero/res/admin.css
index c60ed10..e3f76a2 100644
--- a/fp-interface/themes/leggero/leggero/res/admin.css
+++ b/fp-interface/themes/leggero/leggero/res/admin.css
@@ -568,9 +568,14 @@ a.link-general:hover, .main-cell a:hover {
form { margin: auto }
-/* ===== PHP Info ===== */
-#phpinfo, #phpinfo h1, #phpinfo tr, #phpinfo td { margin: unset !IMPORTANT ;text-align: unset !IMPORTANT; letter-spacing: unset !IMPORTANT }
+/* ===== PHP Info ===== */
+/* unset Leggero -style */
+#phpinfo, #phpinfo h1, #phpinfo h2, #phpinfo tr, #phpinfo td, #phpinfo .e, #phpinfo .h, #phpinfo .v { margin: unset; text-align: unset; letter-spacing: unset; background: unset; font-family: unset }
+#phpinfo h2 { border-bottom: unset }
+
+/* set phpinfo()/ php.net -style */
+#phpinfo, #phpinfo h2, #phpinfo h2 a { font-family: sans-serif; font-size: 16px }
#phpinfo body { background-color: #fff; color: #222; font-family: sans-serif }
#phpinfo pre { margin: 0; font-family: monospace }
#phpinfo a:link { color: #009; text-decoration: none; background-color: #fff }
diff --git a/fp-plugins/support/lang/lang.cs-cz.php b/fp-plugins/support/lang/lang.cs-cz.php
index 54ceb9d..3ee00f2 100644
--- a/fp-plugins/support/lang/lang.cs-cz.php
+++ b/fp-plugins/support/lang/lang.cs-cz.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Zobrazit údaje o podpoře';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Podpůrné údaje',
- 'intro' => 'Pro hlášení chyb a pomoc navštivte FlatPress fórum, ' . //
+ 'title' => 'Podpůrné údaje',
+ 'intro' => 'Pro hlášení chyb a pomoc navštivte FlatPress fórum, ' . //
'nahlaste chybu na GitHub nebo ' . //
'pošlete e-mail.
Vložte tyto problémy (copy & paste) v angličtině ' . //
's následujícími informacemi: Popis chyby, kroky k reprodukci.',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.da-dk.php b/fp-plugins/support/lang/lang.da-dk.php
index ca053fe..7e9541a 100644
--- a/fp-plugins/support/lang/lang.da-dk.php
+++ b/fp-plugins/support/lang/lang.da-dk.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Vis support data';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Support data',
- 'intro' => 'For fejlrapporter og hjælp, besøg FlatPress forum, ' . //
+ 'title' => 'Support data',
+ 'intro' => 'For fejlrapporter og hjælp, besøg FlatPress forum, ' . //
'rapporter fejlen på GitHub ' . //
'eller send en e-mail.
Indsæt disse problemer (copy & paste) på engelsk ' . //
'med følgende oplysninger: Fejlbeskrivelse, trin til reproduktion.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.de-de.php b/fp-plugins/support/lang/lang.de-de.php
index ad3f44b..1c141f6 100644
--- a/fp-plugins/support/lang/lang.de-de.php
+++ b/fp-plugins/support/lang/lang.de-de.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Zeige Supportdaten';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Supportdaten',
- 'intro' => 'Für Fehlerberichte und Hilfe, besuche das FlatPress-Forum, ' . //
+ 'title' => 'Supportdaten',
+ 'intro' => 'Für Fehlerberichte und Hilfe, besuche das FlatPress-Forum, ' . //
'melde den Fehler auf GitHub ' . //
'oder schicke eine E-Mail.
Füge diese Ausgaben (copy & paste) in Englisch ' . //
'mit den folgenden Informationen ein: Fehlerbeschreibung, Schritte zur Reproduktion.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.el-gr.php b/fp-plugins/support/lang/lang.el-gr.php
index 21efc10..0d6cce9 100644
--- a/fp-plugins/support/lang/lang.el-gr.php
+++ b/fp-plugins/support/lang/lang.el-gr.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Εμφάνιση δεδομένων υποστήριξης';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Δεδομένα υποστήριξης',
- 'intro' => 'Για αναφορές σφαλμάτων και βοήθεια, επισκεφθείτε το φόρουμ FlatPress forum, ' . //
+ 'title' => 'Δεδομένα υποστήριξης',
+ 'intro' => 'Για αναφορές σφαλμάτων και βοήθεια, επισκεφθείτε το φόρουμ FlatPress forum, ' . //
'αναφέρετε το σφάλμα στο GitHub ' . //
'ή στείλτε ένα email.
Επικολλήστε αυτά τα θέματα (αντιγραφή & επικόλληση) στα ' . //
'αγγλικά με τις ακόλουθες πληροφορίες: Περιγραφή σφάλματος, βήματα για την αναπαραγωγή.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.en-us.php b/fp-plugins/support/lang/lang.en-us.php
index 4ba8e33..199fd21 100644
--- a/fp-plugins/support/lang/lang.en-us.php
+++ b/fp-plugins/support/lang/lang.en-us.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Show support data';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Support data',
- 'intro' => 'For bug reports and help, visit the FlatPress forum, ' . //
+ 'title' => 'Support data',
+ 'intro' => 'For bug reports and help, visit the FlatPress forum, ' . //
'report the bug on GitHub ' . //
'or send an email.
Include these outputs (copy & paste) in English ' . //
'with the following information: bug description, steps to reproduce.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.es-es.php b/fp-plugins/support/lang/lang.es-es.php
index 4e7a4d3..de5e270 100644
--- a/fp-plugins/support/lang/lang.es-es.php
+++ b/fp-plugins/support/lang/lang.es-es.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Mostrar datos de soporte';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Datos de soporte',
- 'intro' => 'Para informes de errores y ayuda, visite el Foro de FlatPress, ' . //
+ 'title' => 'Datos de soporte',
+ 'intro' => 'Para informes de errores y ayuda, visite el Foro de FlatPress, ' . //
'informe del error en GitHub ' . //
'o envíe un correo electrónico.
Pegue estos problemas (copiar & pegar) en inglés ' . //
'con la siguiente información: Descripción del fallo, pasos para reproducirlo.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.fr-fr.php b/fp-plugins/support/lang/lang.fr-fr.php
index 067c308..08aa0e7 100644
--- a/fp-plugins/support/lang/lang.fr-fr.php
+++ b/fp-plugins/support/lang/lang.fr-fr.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Afficher les données de support';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Données de support',
- 'intro' => 'Pour les rapports de bug et l\'aide, visitez le FlatPress Forum, ' . //
+ 'title' => 'Données de support',
+ 'intro' => 'Pour les rapports de bug et l\'aide, visitez le FlatPress Forum, ' . //
'signalez le bug sur GitHub ' . //
'ou envoyez un e-mail.
Insérez ces sorties (copy & ; paste) en anglais ' . //
'avec les informations suivantes : Description de l\'erreur, étapes pour la reproduire.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -129,7 +129,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.it-it.php b/fp-plugins/support/lang/lang.it-it.php
index d5c6cad..8ff09bb 100644
--- a/fp-plugins/support/lang/lang.it-it.php
+++ b/fp-plugins/support/lang/lang.it-it.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Mostra i dati di supporto';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Dati di supporto',
- 'intro' => 'Per le segnalazioni di bug e l\'assistenza, visitare il forum di FlatPress, ' . //
+ 'title' => 'Dati di supporto',
+ 'intro' => 'Per le segnalazioni di bug e l\'assistenza, visitare il forum di FlatPress, ' . //
'segnalare il bug su GitHub ' . //
'o inviare un\'e-mail.
Incollare questi problemi (copia e incolla) in inglese ' . //
'con le seguenti informazioni: Descrizione del bug, passaggi per la riproduzione.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.ja-jp.php b/fp-plugins/support/lang/lang.ja-jp.php
index 4f52793..0b3c886 100644
--- a/fp-plugins/support/lang/lang.ja-jp.php
+++ b/fp-plugins/support/lang/lang.ja-jp.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'サポートデータの表示';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'サポートデータ',
- 'intro' => 'バグレポートやヘルプについては、FlatPress forumをご覧いただくか、' . //
+ 'title' => 'サポートデータ',
+ 'intro' => 'バグレポートやヘルプについては、FlatPress forumをご覧いただくか、' . //
'GitHubでバグを報告するか、' . //
'メールを送信してください。
' . //
'これらの問題(コピー&38;ペースト)は、以下の情報を英語で貼り付けてください: バグの説明、再現手順',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.nl-nl.php b/fp-plugins/support/lang/lang.nl-nl.php
index b5e4654..a43cd0e 100644
--- a/fp-plugins/support/lang/lang.nl-nl.php
+++ b/fp-plugins/support/lang/lang.nl-nl.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Toon ondersteuningsgegevens';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Ondersteunende gegevens',
- 'intro' => 'Voor bugrapporten en hulp, bezoek het FlatPress forum, ' . //
+ 'title' => 'Ondersteunende gegevens',
+ 'intro' => 'Voor bugrapporten en hulp, bezoek het FlatPress forum, ' . //
'rapporteer de bug op GitHub ' . //
'of stuur een e-mail.
Plak deze problemen (kopiëren & plakken) in het Engels ' . //
'met de volgende informatie: Bug beschrijving, stappen om te reproduceren.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.pt-br.php b/fp-plugins/support/lang/lang.pt-br.php
index 1f11d44..be8e3e5 100644
--- a/fp-plugins/support/lang/lang.pt-br.php
+++ b/fp-plugins/support/lang/lang.pt-br.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Mostrar dados de suporte';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Dados de suporte',
- 'intro' => 'Para obter ajuda e relatórios de bugs, visite o Fórum do FlatPress, ' . //
+ 'title' => 'Dados de suporte',
+ 'intro' => 'Para obter ajuda e relatórios de bugs, visite o Fórum do FlatPress, ' . //
'relate o bug no GitHub ' . //
'ou envie um e-mail.
Cole esses problemas (copiar & colar) em inglês ' . //
'com as seguintes informações: Descrição do bug, etapas para reproduzir.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.ru-ru.php b/fp-plugins/support/lang/lang.ru-ru.php
index 50fb77e..4af8f13 100644
--- a/fp-plugins/support/lang/lang.ru-ru.php
+++ b/fp-plugins/support/lang/lang.ru-ru.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Показать данные о поддержке';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Данные поддержки',
- 'intro' => 'Для получения сообщений об ошибках и помощи посетите форум FlatPress, ' . //
+ 'title' => 'Данные поддержки',
+ 'intro' => 'Для получения сообщений об ошибках и помощи посетите форум FlatPress, ' . //
'сообщите об ошибке на GitHub ' . //
'или отправьте письмо.
Вставьте эти проблемы (copy & paste) на английском ' . //
'языке со следующей информацией: Описание ошибки, шаги для воспроизведения.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ',
@@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "PHP"
'h2_php' => 'PHP',
- 'php_ver' => 'The PHP version is ' . phpversion() . '',
+ 'php_ver' => 'Version: ',
+
+ 'php_timezone' => 'Timezone: ',
+ 'php_timezone_neg' => 'Not available. UTC is used.',
+
'h3_extensions' => 'Extensions',
'desc_php_intl' => 'The PHP-Intl extension must be activated.',
diff --git a/fp-plugins/support/lang/lang.sl-si.php b/fp-plugins/support/lang/lang.sl-si.php
index c6d38d7..4065f33 100644
--- a/fp-plugins/support/lang/lang.sl-si.php
+++ b/fp-plugins/support/lang/lang.sl-si.php
@@ -2,8 +2,8 @@
$lang ['admin'] ['maintain'] ['submenu'] ['support'] = 'Prikaži podatke o podpori';
$lang ['admin'] ['maintain'] ['support'] = array(
- 'title' => 'Podporni podatki',
- 'intro' => 'Za poročila o napakah in pomoč obiščite FlatPress forum, ' . //
+ 'title' => 'Podporni podatki',
+ 'intro' => 'Za poročila o napakah in pomoč obiščite FlatPress forum, ' . //
'prijavite napako na GitHub ' . //
'ali pošljite e-pošto.
Polepite te težave (copy & paste) v angleščini ' . //
'z naslednjimi informacijami: Opis napake, koraki za reprodukcijo.',
@@ -11,7 +11,7 @@ $lang ['admin'] ['maintain'] ['support'] = array(
// output "Setup"
'h2_general' => 'General',
'h3_setup' => 'Setup',
-
+
'version' => '
FlatPress version: ', 'basedir' => '
Base directory: ', 'blogbaseurl' => '
Blog base URL: ', @@ -128,7 +128,11 @@ $lang ['admin'] ['maintain'] ['support'] = array( // output "PHP" 'h2_php' => 'PHP', - 'php_ver' => 'The PHP version is ' . phpversion() . '', + 'php_ver' => 'Version: ', + + 'php_timezone' => 'Timezone: ', + 'php_timezone_neg' => 'Not available. UTC is used.', + 'h3_extensions' => 'Extensions', 'desc_php_intl' => 'The PHP-Intl extension must be activated.', diff --git a/fp-plugins/support/plugin.support.php b/fp-plugins/support/plugin.support.php index 872723b..023b07f 100644 --- a/fp-plugins/support/plugin.support.php +++ b/fp-plugins/support/plugin.support.php @@ -319,6 +319,15 @@ if (class_exists('AdminPanelAction')) { */ $support ['h2_php'] = $lang ['admin'] ['maintain'] ['support'] ['h2_php']; $support ['php_ver'] = $lang ['admin'] ['maintain'] ['support'] ['php_ver']; + $support ['output_php_ver'] = phpversion(); + + $support ['php_timezone'] = $lang ['admin'] ['maintain'] ['support'] ['php_timezone']; + if (ini_get('date.timezone')) { + $timezone = ini_get('date.timezone'); + $support ['output_timezone'] = $timezone; + } else { + $support ['output_timezone'] = $lang ['admin'] ['maintain'] ['support'] ['php_timezone_neg']; + } $support ['h3_extensions'] = $lang ['admin'] ['maintain'] ['support'] ['h3_extensions']; diff --git a/fp-plugins/support/res/support.css b/fp-plugins/support/res/support.css index 6b1d5c8..5708242 100644 --- a/fp-plugins/support/res/support.css +++ b/fp-plugins/support/res/support.css @@ -1,11 +1,52 @@ -.support-data { - background-color: #ffffff +/* Compatibility with user-contributed themes affected by #201 */ +.support-data { + font-family: open-sans, sans-serif !IMPORTANT; + font-style: normal !IMPORTANT; + color: #000000 !IMPORTANT; + background-color: #ffffff !IMPORTANT +} + +.support-data h2 { + font-family: open-sans, sans-serif !IMPORTANT; + color: #000000 !IMPORTANT; + margin-bottom: 0 !IMPORTANT; + font-style: normal !IMPORTANT; + font-size: 1.6em !IMPORTANT; + border-bottom: 1px solid #ddd !IMPORTANT +} + +.support-data h3 { + font-family: open-sans, sans-serif !IMPORTANT; + font-style: normal !IMPORTANT; + font-size: 1.4em !IMPORTANT; + color: #000000 !IMPORTANT; + margin: 0.5em 0 0 0 !IMPORTANT; +} + +.support-data p { + line-height: unset !IMPORTANT; + margin-top: unset !IMPORTANT; + font-family: open-sans, sans-serif !IMPORTANT; + font-style: normal !IMPORTANT; + font-size: 1em !IMPORTANT; + margin: 0.5em 0 !IMPORTANT +} + +.support-data ul { + margin-left: 2em !IMPORTANT; + padding-top: unset !IMPORTANT; + padding-bottom: unset !IMPORTANT } .support-data ul li { - list-style-type: none + list-style-type: none !IMPORTANT } +.support-data ul li::before { + content: unset !IMPORTANT +} + +/* Colored output */ .support-data .error { color: #990000 } @@ -19,28 +60,9 @@ } /* hidden code block - only becomes visible when pasted - onion juice ink - magic */ -.support-data h2 { - margin-bottom: 0 -} - .support-data .codeblock { - background-color: #ffffff; - margin: 0; - font-size: 0px + background-color: #ffffff !IMPORTANT; + margin: 0 !IMPORTANT; + font-size: 0px !IMPORTANT } -/* Compatibility */ -.support-data p { - line-height: unset !IMPORTANT; - margin-top: unset !IMPORTANT -} - -.support-data ul li::before { - content: unset !IMPORTANT -} - -.support-data ul { - margin-left: 2em !IMPORTANT; - padding-top: unset; - padding-bottom: unset -} diff --git a/fp-plugins/support/tpls/admin.plugin.support.tpl b/fp-plugins/support/tpls/admin.plugin.support.tpl index 07e12d5..354c0f3 100644 --- a/fp-plugins/support/tpls/admin.plugin.support.tpl +++ b/fp-plugins/support/tpls/admin.plugin.support.tpl @@ -205,8 +205,13 @@
[code]
- {$support.php_ver} + {$support.php_ver}{$support.output_php_ver}
+ ++ {$support.php_timezone}{$support.output_timezone} +
+