diff --git a/settings/admin.php b/settings/admin.php index 6ec4cef350d..a9cbe294ed0 100644 --- a/settings/admin.php +++ b/settings/admin.php @@ -92,7 +92,7 @@ if ($request->getServerProtocol() !== 'https' || !OC_Util::isAnnotationsWorking $suggestedOverwriteCliUrl || !OC_Util::isSetLocaleWorking() || !OC_Util::fileInfoLoaded() || $databaseOverload ) { - $formsAndMore[] = array('anchor' => 'security-warning', 'section-name' => $l->t('Security & Setup Warnings')); + $formsAndMore[] = array('anchor' => 'security-warning', 'section-name' => $l->t('Security & setup warnings')); } $formsMap = array_map(function ($form) { diff --git a/settings/css/settings.css b/settings/css/settings.css index 24f7791bae4..e400fc2ab48 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -299,9 +299,10 @@ table.grid td.date{ } /* ADMIN */ -span.securitywarning, span.connectionwarning, .setupwarning { - color:#C33; - font-weight:bold; +#security-warning li { + list-style: initial; + margin: 10px 0; + color: #c33; } #shareAPI p { padding-bottom: 0.8em; } #shareAPI input#shareapiExpireAfterNDays {width: 25px;} @@ -403,12 +404,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { margin-top: 15px; } -#postsetupchecks .setupwarning { - list-style: initial; - font-weight: normal; - margin-top: 5px; -} - #admin-tips li { list-style: initial; } diff --git a/settings/templates/admin.php b/settings/templates/admin.php index e24b51368dd..548b541dbec 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -63,111 +63,71 @@ if ($_['mail_smtpmode'] == 'qmail') {
- - t('SQLite is used as database. For larger installations we recommend to switch to a different database backend.')); ?> - -
-- - t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?> - -
-+
+
- t('APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version.')); ?> -
- -