Change wording on the button to 'Generate Report' instead of 'Generate PDF' - report could be CSV, etc

This commit is contained in:
james 2010-02-16 22:07:46 +00:00
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);