Default selection to search results

This commit is contained in:
Nathan Gray 2011-03-28 22:10:59 +00:00
parent 24162325bb
commit b8c35b954f

View File

@ -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'
); );
} }
} }