Skip to content

Commit

Permalink
Revert "MINOR SSF-53 : add ability to add customised class to GridFie…
Browse files Browse the repository at this point in the history
…ld table" (introduces duplicate '.ss-gridfield' class in different levels of the DOM hierarchy)

This reverts commit 7bdc3d1.
  • Loading branch information
chillu committed Mar 2, 2012
1 parent db1854b commit b95abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/gridfield/GridField.php
Expand Up @@ -355,7 +355,7 @@ public function FieldHolder() {
$attrs['data-name'] = $this->getName();
$tableAttrs = array(
'id' => isset($this->id) ? $this->id : null,
'class' => ($extras = $this->extraClass())?'ss-gridfield-table '.$extras:'ss-gridfield-table',
'class' => 'ss-gridfield-table',
'cellpadding' => '0',
'cellspacing' => '0'
);
Expand Down

0 comments on commit b95abee

Please sign in to comment.