diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-18 13:38:08 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-18 13:38:08 +0200 |
commit | 12eec397e321feb1e35712627b77d9f9db42015e (patch) | |
tree | cbbbe11070df746f7e176cdd2f2dfe33cbcdb072 /settings/templates | |
parent | ffff156965beaf52a22a024e240bf56a9f8d2b44 (diff) | |
parent | 01607c09b841e9c18d551e4a5c8207114dde62be (diff) | |
download | nextcloud-server-12eec397e321feb1e35712627b77d9f9db42015e.tar.gz nextcloud-server-12eec397e321feb1e35712627b77d9f9db42015e.zip |
Merge pull request #17975 from owncloud/settings_admin_warning_levels
Settings admin warning levels
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index ff8a2f0c953..888ed823793 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -171,6 +171,8 @@ if ($_['cronErrors']) { <div id="postsetupchecks"> <div class="loading"></div> <ul class="errors hidden"></ul> + <ul class="warnings hidden"></ul> + <ul class="info hidden"></ul> <p class="hint hidden"> <?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> |