]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix setting dialog headlines for the encryption app
authorBjoern Schiessle <schiessle@owncloud.com>
Fri, 11 Oct 2013 13:56:08 +0000 (15:56 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Fri, 11 Oct 2013 13:56:08 +0000 (15:56 +0200)
apps/files_encryption/templates/settings-admin.php
apps/files_encryption/templates/settings-personal.php

index 3a6adc09f4b55ea2fee868aaee61de506891a033..231a68b6a587d51ed097593b60407da2d55426a1 100644 (file)
@@ -1,10 +1,7 @@
 <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):")); ?>
index ff04556dd53ef9e9d5e104e6aa05fc6db857562c..a4ed89b8a49472d948ea142cd5cf33ef98f4e4a2 100644 (file)
@@ -1,8 +1,6 @@
 <form id="encryption">\r
        <fieldset class="personalblock">\r
-               <legend>\r
-                       <?php p( $l->t( 'Encryption' ) ); ?>\r
-               </legend>\r
+               <h2><?php p( $l->t( 'Encryption' ) ); ?></h2>\r
 \r
                <?php if ( ! $_["privateKeySet"] && $_["initialized"] ): ?>\r
                        <p>\r
@@ -38,9 +36,8 @@
                        </p>\r
                <?php endif; ?>\r
 \r
-               <br />\r
-\r
                <?php if ( $_["recoveryEnabled"] && $_["privateKeySet"] ): ?>\r
+                       <br />\r
                        <p>\r
                                <label for="userEnableRecovery"><?php p( $l->t( "Enable password recovery:" ) ); ?></label>\r
                                <br />\r
@@ -65,6 +62,5 @@
                        </p>\r
                <?php endif; ?>\r
 \r
-               <br />\r
        </fieldset>\r
 </form>\r