Skip to content

Commit

Permalink
MINOR: SSF-168 adding additional class to grid field that displays al…
Browse files Browse the repository at this point in the history
…l reports
  • Loading branch information
Julian Seidenberg committed Apr 5, 2012
1 parent 44e6434 commit e43d0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/ReportAdmin.php
Expand Up @@ -178,6 +178,7 @@ public function getEditForm($id = null, $fields = null) {
$gridField->setFieldFormatting(array(
'title' => '<a href=\"$Link\">$value</a>'
));
$gridField->addExtraClass('all-reports-gridfield');
$fields->push($gridField);
}

Expand Down

0 comments on commit e43d0b4

Please sign in to comment.