mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT SSF-53 : add customised icon class for relational 'Export to CSV' button.
This commit is contained in:
parent
7dd7e60f5a
commit
7a97b52a2e
@ -46,6 +46,7 @@ class GridFieldExporter implements GridField_HTMLProvider, GridField_ActionProvi
|
|||||||
'export',
|
'export',
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
$button->setButtonIcon('exportlist');
|
||||||
return array(
|
return array(
|
||||||
'after' => '<p>' . $button->Field() . '</p>',
|
'after' => '<p>' . $button->Field() . '</p>',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user