From 97d09759793b17318b34269316fe3f5c6c42bb43 Mon Sep 17 00:00:00 2001 From: pavlosb Date: Wed, 29 May 2024 17:32:32 +0300 Subject: [PATCH] Update inspectionslist.php --- application/views/inspectionslist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php index b89c094..aa219ba 100644 --- a/application/views/inspectionslist.php +++ b/application/views/inspectionslist.php @@ -93,7 +93,7 @@ topStart: { buttons: [{ extend: 'excel', - text: 'Excel' + text: 'Excel', className: 'btn btn-success', filename: "itin-inspection_list_"+currentDate, title: "ITIN - Κατάλογος Επιθεωρήσεων", @@ -107,7 +107,7 @@ className: 'btn btn-success', }, { extend: 'excel', - text: 'Excel (όλα)' + text: 'Excel (όλα)', className: 'btn btn-info', filename: "itin-inspection_list_"+currentDate, title: "ITIN - Κατάλογος Επιθεωρήσεων",