mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Default selection to search results
This commit is contained in:
parent
b8c35b954f
commit
28eeaa0bdd
@ -117,6 +117,9 @@ class timesheet_export_csv implements importexport_iface_export_plugin {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function get_selectors_etpl() {
|
public function get_selectors_etpl() {
|
||||||
return 'timesheet.export_csv_selectors';
|
return array(
|
||||||
|
'name' => 'timesheet.export_csv_selectors',
|
||||||
|
'content' => 'selected'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user