1) doceboCore\views\dashboard\show.php
Changed the following code (around line 140):
Code: Select all
echo Form::getButton('export_report_created', false, Lang::t('_EXPORT', 'standard'), false, '', true, false);
Code: Select all
//echo Form::getButton('export_report_created', false, Lang::t('_EXPORT', 'standard'), false, '', true, false);
echo Form::getButton('export_report_created', 'export_report_created', Lang::t('_EXPORT', 'standard'), false, '', false);
Changed the following code (around line 13):
Code: Select all
Lang::t('_EXPORT_CSV', 'report') => 'csv',
Lang::t('_EXPORT_XLS', 'report') => 'xls'
),
'csv'
Code: Select all
Lang::t('_EXPORT_HTML', 'report') => 'htm',
Lang::t('_EXPORT_CSV', 'report') => 'csv',
Lang::t('_EXPORT_XLS', 'report') => 'xls'
),
'htm'
Note:
I could not find the solution of this problem in English.
For this reason I have written here from taking the italian forum.
link to the original topic:
viewtopic.php?f=5&t=50&p=199&hilit=button#p199