Añadido ccs de datatables editor a todos los formularios que usen datatable editor

This commit is contained in:
imnavajas
2023-09-14 20:10:58 +02:00
parent 3a09e6166a
commit 46cff7dd2f
7 changed files with 25 additions and 32 deletions

View File

@ -807,8 +807,8 @@
<?=$this->endSection() ?>
<?=$this->section('css') ?>
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/2.2.3/css/buttons.bootstrap5.min.css">
<link rel="stylesheet" href="<?= site_url('themes/vuexy/css/datatables-editor/editor.dataTables.min.css') ?>">
<link rel="stylesheet" href="https://cdn.datatables.net/buttons/2.2.3/css/buttons.bootstrap5.min.css">
<?=$this->endSection() ?>
<?= $this->section('additionalExternalJs') ?>