Default selection to search results

This commit is contained in:
Nathan Gray 2011-03-28 21:51:45 +00:00
parent ce38993281
commit 24162325bb

View File

@ -124,7 +124,10 @@ class infolog_export_csv implements importexport_iface_export_plugin {
* *
*/ */
public function get_selectors_etpl() { public function get_selectors_etpl() {
return 'infolog.export_csv_selectors'; return array(
'name' => 'infolog.export_csv_selectors',
'content' => 'search'
);
} }
/** /**