diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-08-21 11:09:01 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-08-21 11:09:01 +0200 |
commit | 63a1f9afacbb7f7465eac326d2e17f32baba66f4 (patch) | |
tree | fee78abb863bac4360851dc2c75cd7c18403891d /settings/templates | |
parent | 70bce7a54aa6003ed7bab6c4be8966b555a282b5 (diff) | |
download | nextcloud-server-63a1f9afacbb7f7465eac326d2e17f32baba66f4.tar.gz nextcloud-server-63a1f9afacbb7f7465eac326d2e17f32baba66f4.zip |
add success message
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"> |