mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Change the default fragment.
This commit is contained in:
parent
aa09d48112
commit
7061dc402b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user