Change the default fragment.

This commit is contained in:
ajshort 2013-02-16 22:56:43 +11:00
parent aa09d48112
commit 7061dc402b

View File

@ -12,7 +12,7 @@ class GridFieldAddExistingSearchButton implements
/** /**
* @param string $fragment * @param string $fragment
*/ */
public function __construct($fragment = 'before') { public function __construct($fragment = 'buttons-before-left') {
$this->fragment = $fragment; $this->fragment = $fragment;
} }