visform->published != '1') { return; } $this->labelHtmlTag = 'th'; $this->valueHtmlTag = 'td'; $this->labelClass = 'vfdvlabel'; $this->valueClass = 'vfdvvalue'; $this->extension = 'component'; $this->viewType = 'column'; $this->detailLinkLayout='detailedit'; $orientation = $this->menu_params->get('orientation', '0'); $sublayout = (!empty($orientation)) ? 'datatableflat' : 'datatable'; $listOrder = $this->escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canPublish = ($this->canDo->get('core.edit.data.state') && VisformsAEF::checkAEF(VisformsAEF::$subscription)); // $this uniqueContext is used to make each display of form data unique and allow independent sort filters with different data views and multiple data view plugin instances // we have to add the uniqueContext but with older Visforms versions it will not be set if (empty($this->uniqueContext)) { $this->uniqueContext = ''; } if (!empty($this->visform->displaycounter)) { $this->displayCounter = $this->counterOffest; } echo LayoutHelper::render('visforms.custom.noscript', array('text' => 'COM_VISFORMS_NOSCRIPT_ALERT_DATA')); ?>