www/js/prod_edit.js

changeset 172
684c651dd165
parent 171
48cf3ea270f8
child 177
325bd6425978
equal deleted inserted replaced
171:48cf3ea270f8 172:684c651dd165
3266 $("#final_abv").jqxNumberInput({ inputMode: 'simple', readOnly: true, theme: theme, width: 70, height: 23, decimalDigits: 1 }); 3266 $("#final_abv").jqxNumberInput({ inputMode: 'simple', readOnly: true, theme: theme, width: 70, height: 23, decimalDigits: 1 });
3267 $("#final_svg").jqxNumberInput({ inputMode: 'simple', readOnly: true, theme: theme, width: 70, height: 23, decimalDigits: 1 }); 3267 $("#final_svg").jqxNumberInput({ inputMode: 'simple', readOnly: true, theme: theme, width: 70, height: 23, decimalDigits: 1 });
3268 $("#FLog").jqxButton({ template: "info", width: '150px', theme: theme }); 3268 $("#FLog").jqxButton({ template: "info", width: '150px', theme: theme });
3269 $("#FLog").click(function () { 3269 $("#FLog").click(function () {
3270 // Open log in a new tab. 3270 // Open log in a new tab.
3271 var url="log_fermentation.php?code=" + dataRecord.code; 3271 var url="log_fermentation.php?code=" + dataRecord.code + "&name=" + dataRecord.name;
3272 window.open(url); 3272 window.open(url);
3273 }); 3273 });
3274 3274
3275 // Tab 11, Packaging 3275 // Tab 11, Packaging
3276 $("#package_date").jqxTooltip({ content: 'De verpakkings datum van dit bier.' }); 3276 $("#package_date").jqxTooltip({ content: 'De verpakkings datum van dit bier.' });

mercurial