diff options
author | Simon L <szaimen@e.mail.de> | 2023-10-12 15:15:56 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-10-13 15:35:32 +0000 |
commit | 55c8481710a8b93542ac8fe5f8065a96f7d6009f (patch) | |
tree | 9944a3bbd3f760907cad58e9deeeb55baf78caf8 /apps/settings/templates | |
parent | cdc2f38a511a2665951f6eb8056d6077f70151ed (diff) | |
download | nextcloud-server-55c8481710a8b93542ac8fe5f8065a96f7d6009f.tar.gz nextcloud-server-55c8481710a8b93542ac8fe5f8065a96f7d6009f.zip |
fix several admin settings problems
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/admin/overview.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings/templates/settings/admin/overview.php b/apps/settings/templates/settings/admin/overview.php index 5a53b5f68ad..d8b3674f47e 100644 --- a/apps/settings/templates/settings/admin/overview.php +++ b/apps/settings/templates/settings/admin/overview.php @@ -28,8 +28,10 @@ ?> <div id="security-warning" class="section"> - <h2 class="inlineblock"><?php p($l->t('Security & setup warnings'));?></h2> - <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-warnings')); ?>"></a> + <div class="security-warning__heading"> + <h2><?php p($l->t('Security & setup warnings'));?></h2> + <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-warnings')); ?>"></a> + </div> <p class="settings-hint"><?php p($l->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 linked documentation for more information.'));?></p> <div id="security-warning-state-ok" class="hidden"> |