forked from extern/egroupware
Default selection to search results
This commit is contained in:
parent
ce38993281
commit
24162325bb
@ -124,7 +124,10 @@ class infolog_export_csv implements importexport_iface_export_plugin {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function get_selectors_etpl() {
|
public function get_selectors_etpl() {
|
||||||
return 'infolog.export_csv_selectors';
|
return array(
|
||||||
|
'name' => 'infolog.export_csv_selectors',
|
||||||
|
'content' => 'search'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user