title = translate('LBL_HOMEPAGE_TITLE', 'Documents'); $this->searchFields = $dashletData['MyDocumentsDashlet']['searchFields']; $this->columns = $dashletData['MyDocumentsDashlet']['columns']; $this->seedBean = new Document(); } function displayOptions() { $this->processDisplayOptions(); require_once('modules/Documents/Document.php'); $types = getDocumentsExternalApiDropDown(); $this->currentSearchFields['doc_type']['input'] = ''; $this->configureSS->assign('searchFields', $this->currentSearchFields); return $this->configureSS->fetch($this->configureTpl); } } ?>