mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +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() {
|
||||
return array(
|
||||
'name' => 'resources.export_csv_selectors'
|
||||
'name' => 'resources.export_csv_selectors',
|
||||
'content' => 'selected'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user