From 5fad45b2309426c5b91af1d87beaa9950eadc5ba Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 13 Oct 2015 17:54:06 +0200 Subject: make encryption configurable for home storage --- apps/encryption/templates/settings-admin.php | 103 ++++++++++++++------------- 1 file changed, 55 insertions(+), 48 deletions(-) (limited to 'apps/encryption/templates') diff --git a/apps/encryption/templates/settings-admin.php b/apps/encryption/templates/settings-admin.php index 81c7f0607d8..e55aba6757c 100644 --- a/apps/encryption/templates/settings-admin.php +++ b/apps/encryption/templates/settings-admin.php @@ -9,56 +9,63 @@ style('encryption', 'settings-admin'); t("Encryption App is enabled but your keys are not initialized, please log-out and log-in again")); ?> -

- t("Enable recovery key")) : p($l->t("Disable recovery key")); ?> - -
- - t("The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password.")) ?> - -
- "/> - "/> - " - value="t("Enable recovery key")) : p($l->t("Disable recovery key")); ?>"/> -

-

- -

> - t("Change recovery key password:")); ?> - -
- "/> +

+ /> +
+ t( "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" ) ); ?> +


- "/> - "/> +

+ t("Enable recovery key")) : p($l->t("Disable recovery key")); ?> + +
+ + t("The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password.")) ?> + +
+ "/> + "/> + " + value="t("Enable recovery key")) : p($l->t("Disable recovery key")); ?>"/> +

+

+ +

> + t("Change recovery key password:")); ?> + +
+ "/> +
+ "/> + "/> - -

+ +

-- cgit v1.2.3