diff -r 6470e5c6a001 -r 77bbfdaa22e9 www/js/log_fermentation.js --- a/www/js/log_fermentation.js Sat Jan 19 12:05:37 2019 +0100 +++ b/www/js/log_fermentation.js Sat Jan 19 12:12:12 2019 +0100 @@ -137,18 +137,18 @@ document.close(); newWindow.print(); }); - $("#print").jqxButton({ template: "info", width: 125, theme: theme }); + $("#print").jqxButton({ template: "primary", width: 125, theme: theme }); $("#pdfButton").click(function () { $("#fermenter_chart").jqxChart("saveAsPDF", "vergisting_"+my_code+".pdf", getExportServer()); }); - $("#pdfButton").jqxButton({ template: "info", width: 125, theme: theme }); + $("#pdfButton").jqxButton({ template: "primary", width: 125, theme: theme }); $("#pngButton").click(function () { $("#fermenter_chart").jqxChart("saveAsPNG", "vergisting_"+my_code+".png", getExportServer()); }); - $("#pngButton").jqxButton({ template: "info", width: 125, theme: theme }); + $("#pngButton").jqxButton({ template: "primary", width: 125, theme: theme }); $("#Close").jqxButton({ template: "success", width: 125, theme: theme }); $("#Close").click(function () {