Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 29, 2024
1 parent ff68575 commit 97d0975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
topStart: {
buttons: [{
extend: 'excel',
text: 'Excel'
text: 'Excel',
className: 'btn btn-success',
filename: "itin-inspection_list_"+currentDate,
title: "ITIN - Κατάλογος Επιθεωρήσεων",
Expand All @@ -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 - Κατάλογος Επιθεωρήσεων",
Expand Down

0 comments on commit 97d0975

Please sign in to comment.