|
|
@@ -3,7 +3,7 @@
|
|
|
<header id="title--section" style="display:none !important" class="d-flex align-items-center justify-content-between">
|
|
|
<div class="title--section_name d-flex align-items-center justify-content-between">
|
|
|
<i class="ico--ui title_section utenti me-2"></i>
|
|
|
- <h2 class="primary">Durata corsi</h2>
|
|
|
+ <h2 class="primary">Corsi</h2>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@@ -83,7 +83,7 @@
|
|
|
extend: 'excelHtml5',
|
|
|
text: '<i class="fa-solid fa-file-excel"></i>',
|
|
|
action: newexportaction,
|
|
|
- title: date_export + 'Durata corsi',
|
|
|
+ title: date_export + 'Corsi',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
}
|
|
|
@@ -92,7 +92,7 @@
|
|
|
extend: 'pdfHtml5',
|
|
|
text: '<i class="fa-solid fa-file-pdf"></i>',
|
|
|
action: newexportaction,
|
|
|
- title: date_export + 'Durata corsi',
|
|
|
+ title: date_export + 'Corsi',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
}
|
|
|
@@ -101,7 +101,7 @@
|
|
|
extend: 'print',
|
|
|
action: newexportaction,
|
|
|
text: '<i class="fa-solid fa-print"></i>',
|
|
|
- title: date_export + 'Durata corsi',
|
|
|
+ title: date_export + 'Corsi',
|
|
|
exportOptions: {
|
|
|
columns: ":not(':last')"
|
|
|
}
|