mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX #3714: Added default value to modeladmin search button
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@73080 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6b0ab830dd
commit
e1ce3dff46
@ -322,7 +322,7 @@ class ModelAdmin_CollectionController extends Controller {
|
||||
$form = new Form($this, "SearchForm",
|
||||
$fields,
|
||||
new FieldSet(
|
||||
new FormAction('search', _t('MemberTableField.SEARCH')),
|
||||
new FormAction('search', _t('MemberTableField.SEARCH', 'Search')),
|
||||
$clearAction = new ResetFormAction('clearsearch', _t('ModelAdmin.CLEAR_SEARCH','Clear Search'))
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user