fix templates

This commit is contained in:
Dennis Eichhorn 2024-04-17 17:45:07 +00:00
parent 1906bed5ca
commit 6d85583ff6
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ $isNew = $currentSetting->id === 0;
?> ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="portlet"> <section class="portlet">
<div class="portlet-body"> <div class="portlet-body">
<form id="fEditor" method="<?= $isNew ? 'PUT' : 'POST'; ?>" action="<?= UriFactory::build('{/api}admin/exchange/import?{?}&csrf={$CSRF}'); ?>"> <form id="fEditor" method="<?= $isNew ? 'PUT' : 'POST'; ?>" action="<?= UriFactory::build('{/api}admin/exchange/import?{?}&csrf={$CSRF}'); ?>">
<div class="ipt-wrap"> <div class="ipt-wrap">
@ -87,7 +87,7 @@ $isNew = $currentSetting->id === 0;
</div> </div>
</form> </form>
</div> </div>
</div> </section>
</div> </div>
</div> </div>

View File

@ -21,7 +21,7 @@ echo $this->data['nav']->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="portlet"> <section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Logs'); ?><i class="g-icon download btn end-xs">download</i></div> <div class="portlet-head"><?= $this->getHtml('Logs'); ?><i class="g-icon download btn end-xs">download</i></div>
<div class="slider"> <div class="slider">
<table id="exchangeLogs" class="default sticky"> <table id="exchangeLogs" class="default sticky">
@ -117,6 +117,6 @@ echo $this->data['nav']->render(); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div> </section>
</div> </div>
</div> </div>