mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Default selection to search results
This commit is contained in:
parent
24162325bb
commit
b8c35b954f
@ -123,7 +123,8 @@ class resources_export_csv implements importexport_iface_export_plugin {
|
|||||||
*/
|
*/
|
||||||
public function get_selectors_etpl() {
|
public function get_selectors_etpl() {
|
||||||
return array(
|
return array(
|
||||||
'name' => 'resources.export_csv_selectors'
|
'name' => 'resources.export_csv_selectors',
|
||||||
|
'content' => 'selected'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user