Skip to content
Snippets Groups Projects
Commit c7eeed02 authored by falcon's avatar falcon
Browse files

#833634 by Robin ven Emden: Added New image for full CSV export

parent ef48ff7a
No related branches found
No related tags found
No related merge requests found
images/csv_complete.png

4.43 KiB

......@@ -1521,7 +1521,7 @@ function theme_quiz_admin_quizzes($results) {
'html' => theme('image', $path_to_module_quiz . '/images/html.png', t('Export as HTML'), t('Export as HTML')),
'xml' => theme('image', $path_to_module_quiz . '/images/xml.png', t('Export as XML'), t('Export as XML')),
'csv' => theme('image', $path_to_module_quiz . '/images/csv.png', t('Export as CSV'), t('Export as CSV')),
'csv_full' => theme('image', $path_to_module_quiz . '/images/csv.png', t('Export full data as CSV'), t('Export full data as CSV')),
'csv_full' => theme('image', $path_to_module_quiz . '/images/csv_complete.png', t('Export full data as CSV'), t('Export full data as CSV')),
);
$rows = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment