diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-04 11:51:02 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-05-04 15:04:03 +0200 |
commit | eadc2c330c36362cb192d7a352d31b5515aa26d5 (patch) | |
tree | ed941bb9b6d9fe2938c4a43e37aeb5ba57582730 /apps/encryption/templates/settings-admin.php | |
parent | 17fedc80dac7acd3d85f1f132455e94d4fd920c6 (diff) | |
download | nextcloud-server-eadc2c330c36362cb192d7a352d31b5515aa26d5.tar.gz nextcloud-server-eadc2c330c36362cb192d7a352d31b5515aa26d5.zip |
Display the module settings in the list of the encryption modules
Diffstat (limited to 'apps/encryption/templates/settings-admin.php')
-rw-r--r-- | apps/encryption/templates/settings-admin.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/encryption/templates/settings-admin.php b/apps/encryption/templates/settings-admin.php index b64e75512e7..ac329b27879 100644 --- a/apps/encryption/templates/settings-admin.php +++ b/apps/encryption/templates/settings-admin.php @@ -4,9 +4,7 @@ script('encryption', 'settings-admin'); script('core', 'multiselect'); ?> -<form id="encryption" class="section"> - <h2><?php p($l->t('ownCloud basic encryption module')); ?></h2> - +<form id="ocDefaultEncryptionModule" class="sub-section"> <?php if(!$_["initStatus"]): ?> <?php p($l->t("Encryption App is enabled but your keys are not initialized, please log-out and log-in again")); ?> <?php else: ?> |