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')); ?>
menu_params->get('show_page_heading'))) { if (!empty($this->menu_params->get('page_heading'))) { ?>

menu_params->get('page_heading'); ?>

visform->fronttitle)) { echo '

' . $this->visform->title . '

'; } else { echo '

' . $this->visform->fronttitle . '

'; } } } if (!empty($this->visform->frontdescription)) { PluginHelper::importPlugin('content'); echo '
' . HTMLHelper::_('content.prepare', $this->visform->frontdescription) . '
'; } ?>
menu_params->get('show_filter'))) { // no template overrides for visforms search filter echo LayoutHelper::render('visforms.searchtools.default', array('view' => $this, 'options' => array('context' => $this->uniqueContext, 'hasLocationRadiusSearch' => $this->visform->hasLocationRadiusSearch)), JPATH_ROOT . '/components/com_visforms/layouts'); } if (isset($this->total) && (int) $this->total > 0) { echo $this->loadTemplate($sublayout); if ($this->pagination->pagesTotal > 1) { echo ''; } } echo LayoutHelper::render('visforms.datas.adminform.hidden-inputs', array('return' => true, 'context' => $this->uniqueContext, 'mid' => $this->itemid, 'listOrder' => $listOrder, 'listDirn' => $listDirn), null, array('component' => 'com_visforms'));?>
visform->poweredby == '1') { ?>