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