replace last personalblock fieldset within files_external
This commit is contained in:
parent
5b2abb32a6
commit
6ac85480f7
1 changed files with 1 additions and 3 deletions
|
@ -137,11 +137,10 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<?php if ( ! $_['isAdminPage']): ?>
|
<?php if ( ! $_['isAdminPage']): ?>
|
||||||
<form id="files_external"
|
<form id="files_external" class="section"
|
||||||
method="post"
|
method="post"
|
||||||
enctype="multipart/form-data"
|
enctype="multipart/form-data"
|
||||||
action="<?php p(OCP\Util::linkTo('files_external', 'ajax/addRootCertificate.php')); ?>">
|
action="<?php p(OCP\Util::linkTo('files_external', 'ajax/addRootCertificate.php')); ?>">
|
||||||
<fieldset class="personalblock">
|
|
||||||
<h2><?php p($l->t('SSL root certificates'));?></h2>
|
<h2><?php p($l->t('SSL root certificates'));?></h2>
|
||||||
<table id="sslCertificate" data-admin='<?php print_unescaped(json_encode($_['isAdminPage'])); ?>'>
|
<table id="sslCertificate" data-admin='<?php print_unescaped(json_encode($_['isAdminPage'])); ?>'>
|
||||||
<tbody width="100%">
|
<tbody width="100%">
|
||||||
|
@ -161,6 +160,5 @@
|
||||||
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>">
|
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>">
|
||||||
<input type="file" id="rootcert_import" name="rootcert_import">
|
<input type="file" id="rootcert_import" name="rootcert_import">
|
||||||
<input type="submit" name="cert_import" value="<?php p($l->t('Import Root Certificate')); ?>" />
|
<input type="submit" name="cert_import" value="<?php p($l->t('Import Root Certificate')); ?>" />
|
||||||
</fieldset>
|
|
||||||
</form>
|
</form>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
Loading…
Reference in a new issue