diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-05-07 10:44:03 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-05-07 10:44:03 +0200 |
commit | 12b24ee567349faa7991b0a86d45e42b67daf43e (patch) | |
tree | b74b084c76d0aa86e431349f2d0d987e9da2f990 /apps/encryption/templates/settings-admin.php | |
parent | 3dee907b70e649f954db4c9585f302c3fb2c13d9 (diff) | |
parent | eadc2c330c36362cb192d7a352d31b5515aa26d5 (diff) | |
download | nextcloud-server-12b24ee567349faa7991b0a86d45e42b67daf43e.tar.gz nextcloud-server-12b24ee567349faa7991b0a86d45e42b67daf43e.zip |
Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page
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 f1cb83f7457..59bc4a8ce3d 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: ?> |