mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR SSF-53 : change the export button's icon name as per design
This commit is contained in:
parent
e5ee4c9235
commit
4794195b25
@ -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>',
|
||||
|
Loading…
Reference in New Issue
Block a user