소스 검색

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

tags/v11.0RC2
Arthur Schiwon 7 년 전
부모
커밋
4946cc220d
No account linked to committer's email address
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    0
      apps/encryption/templates/settings-admin.php
  2. 0
    2
      settings/templates/admin/encryption.php

+ 1
- 0
apps/encryption/templates/settings-admin.php 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장