MINOR SSF-53 : change the export button's icon name as per design

This commit is contained in:
Normann Lou 2012-03-07 15:28:00 +13:00
parent e5ee4c9235
commit 4794195b25

View File

@ -46,7 +46,7 @@ class GridFieldExporter implements GridField_HTMLProvider, GridField_ActionProvi
'export',
null
);
$button->setAttribute('data-icon', 'exportlist');
$button->setAttribute('data-icon', 'download-csv');
$button->addExtraClass('no-ajax');
return array(
'after' => '<p>' . $button->Field() . '</p>',