Skip to content

Commit

Permalink
ENHANCEMENT SSF-53 : add customised icon class for relational 'Export…
Browse files Browse the repository at this point in the history
… to CSV' button.
  • Loading branch information
normann committed Mar 5, 2012
1 parent 7dd7e60 commit 7a97b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms/gridfield/GridFieldExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function getHTMLFragments($gridField) {
'export',
null
);
$button->setButtonIcon('exportlist');
return array(
'after' => '<p>' . $button->Field() . '</p>',
);
Expand Down

0 comments on commit 7a97b52

Please sign in to comment.