Browse Source

for new we cannot have nested settings, default module is only appended if available

tags/v11.0RC2
Arthur Schiwon 7 years ago
parent
commit
4946cc220d
No account linked to committer's email address

+ 1
- 0
apps/encryption/templates/settings-admin.php View File

@@ -6,6 +6,7 @@ script('core', 'multiselect');
style('encryption', 'settings-admin');
?>
<form id="ocDefaultEncryptionModule" class="sub-section">
<h3><?php p($l->t("Default encryption module")); ?></h3>
<?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: ?>

+ 0
- 2
settings/templates/admin/encryption.php View File

@@ -72,8 +72,6 @@
<label
for="<?php p($id) ?>"><?php p($module['displayName']) ?></label>
<br/>

<?php if ($id === 'OC_DEFAULT_MODULE') print_unescaped($_['ocDefaultEncryptionModulePanel']); ?>
<?php endforeach; ?>
</fieldset>
<?php } ?>

Loading…
Cancel
Save