From 5e1ce69b0521e1cfc56a5b3212697f850e9cacdc Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Mon, 24 Apr 2017 13:09:30 -0400 Subject: adding some documentation hints and some smaller cleanup --- settings/css/settings.css | 5 +++++ settings/templates/admin/additional-mail.php | 4 ++-- settings/templates/admin/encryption.php | 2 +- settings/templates/admin/server.php | 4 +++- settings/templates/admin/sharing.php | 1 + settings/templates/admin/tipstricks.php | 1 + 6 files changed, 13 insertions(+), 4 deletions(-) (limited to 'settings') diff --git a/settings/css/settings.css b/settings/css/settings.css index a046148dcc4..814592baa45 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -979,3 +979,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { #warning { color: red; } +.settings-hint { + margin-top: -12px; + color: #AAAAAA; + font-size: 90%; +} diff --git a/settings/templates/admin/additional-mail.php b/settings/templates/admin/additional-mail.php index 7f8706274f9..91f34fa8010 100644 --- a/settings/templates/admin/additional-mail.php +++ b/settings/templates/admin/additional-mail.php @@ -56,8 +56,8 @@ if ($_['mail_smtpmode'] === 'qmail') { - -

t('This is used for sending out notifications.')); ?>

+

t('It is important to setup this server to be able to send emails. This is for example used to send out notification.')); ?>

+

diff --git a/settings/templates/admin/encryption.php b/settings/templates/admin/encryption.php index 4b6d9045689..b0869957927 100644 --- a/settings/templates/admin/encryption.php +++ b/settings/templates/admin/encryption.php @@ -31,7 +31,7 @@ - +

t('Server-side encryption makes is possible to encrypt files that are uploaded to this server. This comes with limitation like a performance penalty. Enable only if needed.')); ?>

t('Security & setup warnings'));?>

+

t('It\'s important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information.'));?>