Skip to content
Snippets Groups Projects
Commit 57beef1e authored by Björn Schießle's avatar Björn Schießle
Browse files

fix setting dialog headlines for the encryption app

parent b846661a
Branches
No related tags found
Loading
<form id="encryption">
<fieldset class="personalblock">
<p>
<strong><?php p($l->t('Encryption')); ?></strong>
<br/>
</p>
<h2><?php p($l->t('Encryption')); ?></h2>
<p>
<?php p($l->t("Enable recovery key (allow to recover users files in case of password loss):")); ?>
......
<form id="encryption">
<fieldset class="personalblock">
<legend>
<?php p( $l->t( 'Encryption' ) ); ?>
</legend>
<h2><?php p( $l->t( 'Encryption' ) ); ?></h2>
<?php if ( ! $_["privateKeySet"] && $_["initialized"] ): ?>
<p>
......@@ -38,9 +36,8 @@
</p>
<?php endif; ?>
<br />
<?php if ( $_["recoveryEnabled"] && $_["privateKeySet"] ): ?>
<br />
<p>
<label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery:" ) ); ?></label>
<br />
......@@ -65,6 +62,5 @@
</p>
<?php endif; ?>
<br />
</fieldset>
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment