forked from science-ation/science-ation
Change wording on the button to 'Generate Report' instead of 'Generate PDF' - report could be CSV, etc
This commit is contained in:
parent
58c321441d
commit
4c79d7482d
@ -155,7 +155,7 @@ case 'dialog_gen':
|
||||
$('#report_dialog_gen').dialog("close");
|
||||
return false;
|
||||
},
|
||||
"<?=i18n("Download PDF")?>": function() {
|
||||
"<?=i18n("Download Report")?>": function() {
|
||||
var dlargs = $('#report_dialog_form').serialize()+"<?=$filter_args?>";
|
||||
var dlurl = "<?=$config['SFIABDIRECTORY']?>/admin/reports_gen.php?"+dlargs;
|
||||
$('#debug').html(dlurl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user