searchFields = $dashletData['MyEcmProductB2BsDashlet']['searchFields']; $this->columns = $dashletData['MyEcmProductB2BsDashlet']['columns']; if(empty($def['title'])) $this->title = translate('LBL_LIST_MY_ECMPRODUCTS', 'EcmProductB2Bs'); $this->seedBean = new EcmProductB2B(); } function displayOptions() { $this->processDisplayOptions(); $this->configureSS->assign('searchFields', $this->currentSearchFields); return $this->configureSS->fetch($this->configureTpl); } } ?>