trabajando en el envio de datos

This commit is contained in:
2025-03-18 10:20:42 +01:00
parent b627146dc4
commit ac2d93eb7a
5 changed files with 232 additions and 17 deletions

View File

@ -368,27 +368,35 @@
</div>
</div>
</div><!--//.card -->
<div class="row">
<div class="col-md-3 mb-3">
<button id="makeImport" class="btn btn-primary waves-effect waves-light mt-auto w-100">
Importar presupuesto
</button>
</div>
</div>
</div><!--//.card-body -->
</div><!--//.card -->
<div class="card-footer">
</div><!--//.card-footer -->
</div><!--//.card-body -->
</div><!--//.card -->
</div><!--//.col -->
</div><!--//.row -->
<div class="card-footer">
</div><!--//.card-footer -->
<?= $this->endSection() ?>
</div><!--//.card -->
</div><!--//.col -->
</div><!--//.row -->
<?= $this->endSection() ?>
<?= $this->section('css') ?>
<?= $this->section('css') ?>
<?= $this->endSection() ?>
<?= $this->endSection() ?>
<?= $this->section('additionalExternalJs') ?>
<script type="module"
src="<?= site_url('assets/js/safekat/pages/importadorPresupuestos/importador.js') ?>"></script>
<?= $this->endSection() ?>
<?= $this->section('additionalExternalJs') ?>
<script type="module"
src="<?= site_url('assets/js/safekat/pages/importadorPresupuestos/importador.js') ?>"></script>
<?= $this->endSection() ?>