]> source.dussan.org Git - nextcloud-server.git/commitdiff
replace last personalblock fieldset within files_external
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 31 Mar 2014 11:00:46 +0000 (13:00 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 31 Mar 2014 11:00:46 +0000 (13:00 +0200)
apps/files_external/templates/settings.php

index e7be16bede1a2ca0c7806e115b97885fcd6f883f..8b01b7677e5c0b78affd2f42f9d87563c30e409e 100644 (file)
 </form>
 
 <?php if ( ! $_['isAdminPage']):  ?>
-<form id="files_external"
+<form id="files_external" class="section"
          method="post"
          enctype="multipart/form-data"
          action="<?php p(OCP\Util::linkTo('files_external', 'ajax/addRootCertificate.php')); ?>">
-<fieldset class="personalblock">
                <h2><?php p($l->t('SSL root certificates'));?></h2>
                <table id="sslCertificate" data-admin='<?php print_unescaped(json_encode($_['isAdminPage'])); ?>'>
                        <tbody width="100%">
                <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>">
                <input type="file" id="rootcert_import" name="rootcert_import">
                <input type="submit" name="cert_import" value="<?php p($l->t('Import Root Certificate')); ?>" />
-</fieldset>
 </form>
 <?php endif; ?>