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