Default selection to search results

This commit is contained in:
Nathan Gray 2011-03-28 22:12:42 +00:00
parent b8c35b954f
commit 28eeaa0bdd

View File

@ -117,6 +117,9 @@ class timesheet_export_csv implements importexport_iface_export_plugin {
*
*/
public function get_selectors_etpl() {
return 'timesheet.export_csv_selectors';
return array(
'name' => 'timesheet.export_csv_selectors',
'content' => 'selected'
);
}
}