www/js/prod_edit.js

changeset 301
72bcc7ac60da
parent 294
1e09d1d102a8
child 302
d0f7b4ab000f
equal deleted inserted replaced
300:920419721942 301:72bcc7ac60da
5305 }); 5305 });
5306 5306
5307 $("#Export").jqxButton({ template: "info", width: '80px', theme: theme }); 5307 $("#Export").jqxButton({ template: "info", width: '80px', theme: theme });
5308 $("#Export").click(function () { 5308 $("#Export").click(function () {
5309 saveRecord(); 5309 saveRecord();
5310 var url="prod_export.php?record=" + my_record; 5310 var url="prod_beerxml.php?record=" + my_record;
5311 window.open(url); 5311 window.open(url);
5312 }); 5312 });
5313 5313
5314 $("#Delete").jqxButton({ template: "danger", width: '80px', theme: theme }); 5314 $("#Delete").jqxButton({ template: "danger", width: '80px', theme: theme });
5315 $("#Delete").click(function () { 5315 $("#Delete").click(function () {

mercurial