function init() { parent::init(); $csv = $this->add("Export_Parser_CSV"); $csv->button_label = "Export to Excel"; }
function init() { parent::init(); $this->add("misc/Export_Parser_CSV"); $this->add("misc/Export_Parser_XLS"); }