searchFields = $dashletData['EcmProductSellDashlet']['searchFields']; $this->columns = $dashletData['EcmProductSellDashlet']['columns']; if(empty($def['title'])) $this->title = "Sprzedaż produktów"; $this->seedBean = new EcmProduct(); } function displayOptions() { $this->processDisplayOptions(); $this->configureSS->assign('searchFields', $this->currentSearchFields); return $this->configureSS->fetch($this->configureTpl); } } ?>