Open-AudIT
https://www.open-audit.org/phpBB3/

Export to CSV
https://www.open-audit.org/phpBB3/viewtopic.php?f=5&t=2207
Page 1 of 1

Author:  fsewall [ Tue Apr 10, 2007 2:37 am ]
Post subject:  Export to CSV

Hello,

I have all the latest code, how ever I still cannot export to CSV. Any ideas or fixes would be greatly appreciated.

~Frank

Author:  archant [ Fri Apr 20, 2007 12:43 am ]
Post subject: 

We had the same problem. I fixed it by going into list.php and making sure this line said:
[code]echo "<form method=\"post\" name=\"form_export\" id=\"form_export\" action=\"list_export.php\">\n";[/code]

That would be around line 429

a few lines below that, we had to change the javascript to:
[code]echo "<br /><a href=\"javascript:document.form_export.submit();\">".__("Export this View to CSV")."</a>\n";[/code]

That would be around line 442.

Does that work?

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/