www/js/log_fermentation.js

changeset 190
77bbfdaa22e9
parent 183
a810539dc218
child 193
3cbd81ea9391
--- 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 () {

mercurial