mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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',
|
'export',
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
$button->setAttribute('data-icon', 'exportlist');
|
$button->setAttribute('data-icon', 'download-csv');
|
||||||
$button->addExtraClass('no-ajax');
|
$button->addExtraClass('no-ajax');
|
||||||
return array(
|
return array(
|
||||||
'after' => '<p>' . $button->Field() . '</p>',
|
'after' => '<p>' . $button->Field() . '</p>',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user