aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/templates
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-05-23 23:56:31 +0200
committerFlorin Peter <github@florin-peter.de>2013-05-23 23:56:31 +0200
commit6c8de5ae6d11886d498e810808484a2bdfeaef12 (patch)
tree7d9b7ffca8faa83e1d3c599f10f1a64f71660eda /apps/files_encryption/templates
parentadc930d9f934fab352f4b21d8aa3710ff9db239b (diff)
downloadnextcloud-server-6c8de5ae6d11886d498e810808484a2bdfeaef12.tar.gz
nextcloud-server-6c8de5ae6d11886d498e810808484a2bdfeaef12.zip
fixes after review from @DeepDiver1975
Diffstat (limited to 'apps/files_encryption/templates')
-rw-r--r--apps/files_encryption/templates/settings-personal.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php
index 14e8ce960a2..04d6e79179e 100644
--- a/apps/files_encryption/templates/settings-personal.php
+++ b/apps/files_encryption/templates/settings-personal.php
@@ -29,18 +29,5 @@
</p>
<?php endif; ?>
<br />
-<!--
- <p>
- <label for="encryptAll"><?php p( $l->t( "Scan for unencrypted files and encrypt them" ) ); ?></label>
- <br />
- <em><?php p( $l->t( "Use this if you suspect that you still have files which are unencrypted, or encrypted using ownCloud 4 or older." ) ); ?></em>
- <br />
- <input type="submit" id="encryptAll" name="encryptAll" value="<?php p( $l->t( 'Scan and encrypt files' ) ); ?>" />
- <input type="password" name="userPassword" id="userPassword" />
- <label for="encryptAll"><?php p( $l->t( "Account password" ) ); ?></label>
- <div id="encryptAllSuccess"><?php p( $l->t( 'Scan complete' ) );?></div>
- <div id="encryptAllError"><?php p( $l->t( 'Unable to scan and encrypt files' ) );?></div>
- </p>
--->
</fieldset>
</form>