diff --git a/admin_domains.php b/admin_domains.php index c105e6c6..f9ab0249 100644 --- a/admin_domains.php +++ b/admin_domains.php @@ -73,7 +73,7 @@ if ($page == 'domains' || $page == 'overview') { 'href' => $linker->getLink(['section' => 'domains', 'page' => $page, 'action' => 'import']), 'label' => lng('domains.domain_import'), 'icon' => 'fa-solid fa-file-import', - 'class' => 'btn-secondary' + 'class' => 'btn-outline-secondary' ]; } diff --git a/lib/formfields/admin/messages/formfield.messages_add.php b/lib/formfields/admin/messages/formfield.messages_add.php index 228b9fd7..e3dbda35 100644 --- a/lib/formfields/admin/messages/formfield.messages_add.php +++ b/lib/formfields/admin/messages/formfield.messages_add.php @@ -49,6 +49,11 @@ return [ ] ] ] + ], + 'buttons' => [ + [ + 'label' => lng('admin.message') + ] ] ] ]; diff --git a/lib/formfields/admin/settings/formfield.settings_import.php b/lib/formfields/admin/settings/formfield.settings_import.php index ac8997d4..3a6938bc 100644 --- a/lib/formfields/admin/settings/formfield.settings_import.php +++ b/lib/formfields/admin/settings/formfield.settings_import.php @@ -31,7 +31,7 @@ return [ 'section_a' => [ 'fields' => [ 'import_file' => [ - 'label' => 'Chose file for import', + 'label' => lng('admin.settings_importfile'), 'type' => 'file', 'mandatory' => true ] diff --git a/lib/formfields/admin/settings/formfield.settings_mailtest.php b/lib/formfields/admin/settings/formfield.settings_mailtest.php index 15b9f9e0..9652f864 100644 --- a/lib/formfields/admin/settings/formfield.settings_mailtest.php +++ b/lib/formfields/admin/settings/formfield.settings_mailtest.php @@ -68,6 +68,11 @@ return [ ] ] ] + ], + 'buttons' => [ + [ + 'label' => lng('admin.smtptestsend') + ] ] ] ]; diff --git a/lng/de.lng.php b/lng/de.lng.php index ec4075ac..8cc4bafc 100644 --- a/lng/de.lng.php +++ b/lng/de.lng.php @@ -463,6 +463,7 @@ return [ 'smtpsettings' => 'SMTP Einstellungen', 'smtptestaddr' => 'Test-Email senden an', 'smtptestnote' => 'Bitte beachten: Die untenstehenden Werte reflektieren die aktuellen Einstellungen und können auch nur dort angepasst werden (siehe Link in der oberen rechten Ecke)', + 'smtptestsend' => 'Test-Email senden', 'mysqlserver' => [ 'caption' => 'Beschreibung', 'user' => 'Privilegierter Benutzer', @@ -479,6 +480,7 @@ return [ 'ssl_cert_file' => 'Dateipfad zur SSL certificate authority', 'verify_ca' => 'Aktiviere SSL Zertifikats-Verifikation', ], + 'settings_importfile' => 'Wähle Import-Datei', ], 'apikeys' => [ 'no_api_keys' => 'Keine API Keys gefunden', @@ -1198,6 +1200,10 @@ Vielen Dank, Ihr Administrator', 'mandatoryfield' => 'Pflichtfeld', 'select_all' => 'Alle auswählen', 'unselect_all' => 'Alle abwählen', + 'searchtablecolumnsmodal' => [ + 'title' => 'Feld-Suche', + 'description' => 'Wähle das zu durchsuchende Feld aus' + ], ], 'phpfpm' => [ 'vhost_httpuser' => 'Lokaler Benutzer für PHP-FPM (Froxlor-Vhost)', diff --git a/lng/en.lng.php b/lng/en.lng.php index 60810149..fcadc540 100644 --- a/lng/en.lng.php +++ b/lng/en.lng.php @@ -470,6 +470,7 @@ return [ 'smtpsettings' => 'SMTP settings', 'smtptestaddr' => 'Send test-mail to', 'smtptestnote' => 'Note that the values below reflect your current settings and can only be adjusted there (see link in top right corner)', + 'smtptestsend' => 'Send test-mail', 'mysqlserver' => [ 'mysqlserver' => 'MySQL Server', 'dbserver' => 'Server #', @@ -490,6 +491,7 @@ return [ 'ssl_cert_file' => 'The file path to the SSL certificate authority', 'verify_ca' => 'Enable verification of the server SSL certificate', ], + 'settings_importfile' => 'Chose import file', ], 'apcuinfo' => [ 'clearcache' => 'Clear APCu cache', @@ -1308,6 +1310,10 @@ Yours sincerely, your administrator', 'mandatoryfield' => 'Field is mandatory', 'select_all' => 'Select all', 'unselect_all' => 'Unselect all', + 'searchtablecolumnsmodal' => [ + 'title' => 'Search in fields', + 'description' => 'Select the field you want to search in' + ], ], 'phpfpm' => [ 'vhost_httpuser' => 'Local user to use for PHP-FPM (Froxlor vHost)', diff --git a/templates/Froxlor/settings/apcuinfo.html.twig b/templates/Froxlor/settings/apcuinfo.html.twig index be16cd14..93abf680 100644 --- a/templates/Froxlor/settings/apcuinfo.html.twig +++ b/templates/Froxlor/settings/apcuinfo.html.twig @@ -22,7 +22,7 @@
{{ lng('apcuinfo.memnote') }}
- {{ apcuinfo.mem_used_percentage }}% + {{ apcuinfo.mem_used_percentage }}%