diff options
author | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-21 11:38:40 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-21 11:38:40 +0100 |
commit | 2992a1aa8842d53fa5afada76f5c4f66dc420b08 (patch) | |
tree | 7a4a36fd3ac18d0aa2af641f19029bb0b2c5bde7 /settings/templates | |
parent | f5bbe727dfa624c8201f2973900390435234f323 (diff) | |
parent | 63a1f9afacbb7f7465eac326d2e17f32baba66f4 (diff) | |
download | nextcloud-server-2992a1aa8842d53fa5afada76f5c4f66dc420b08.tar.gz nextcloud-server-2992a1aa8842d53fa5afada76f5c4f66dc420b08.zip |
Merge pull request #18395 from owncloud/hide-empty-security-warning
[admin settings] Show success message if security warnings are empty
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 888ed823793..9c161281846 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -177,6 +177,9 @@ if ($_['cronErrors']) { <?php print_unescaped($l->t('Please double check the <a target="_blank" href="%s">installation guides ↗</a>, and check for any errors or warnings in the <a href="#log-section">log</a>.', link_to_docs('admin-install'))); ?> </p> </div> +<div id="security-warning-state"> + <span class="hidden icon-checkmark"><?php p($l->t('All checks passed.'));?></span> +</div> </div> <div class="section" id="shareAPI"> |