ENHANCEMENT SSF-53 : add customised icon class for relational 'Export to CSV' button.

This commit is contained in:
Normann Lou 2012-03-05 17:30:02 +13:00
parent 7dd7e60f5a
commit 7a97b52a2e

View File

@ -46,6 +46,7 @@ class GridFieldExporter implements GridField_HTMLProvider, GridField_ActionProvi
'export',
null
);
$button->setButtonIcon('exportlist');
return array(
'after' => '<p>' . $button->Field() . '</p>',
);