MDL-46191 gradereport_history: Missing filename when downloading data

This commit is contained in:
Frederic Massart 2014-08-27 17:16:30 +08:00
parent 7c9e983b52
commit a2bf889706
2 changed files with 3 additions and 2 deletions

View File

@ -103,8 +103,8 @@ class tablelog extends \table_sql implements \renderable {
// Define configs.
$this->define_table_configs($url);
// Set download satus.
$this->is_downloading($download);
// Set download status.
$this->is_downloading($download, get_string('exportfilename', 'gradereport_history'));
}
/**

View File

@ -32,6 +32,7 @@ $string['deleteditemid'] = 'Delete item with id {$a}';
$string['errajaxsearch'] = 'Error when searching users';
$string['eventgradereportviewed'] = 'Grade history report viewed';
$string['excluded'] = 'Excluded from calculations';
$string['exportfilename'] = 'grade_history';
$string['foundoneuser'] = '1 user found';
$string['foundnusers'] = '{$a} users found';
$string['feedbacktext'] = 'Feedback text';