form->published != '1') return; // add component layout folder as base path for LayoutHelper. Necessary for pagination link LayoutHelper::$defaultBasePath = JPATH_ROOT .'/components/com_visforms/layouts'; // visforms. min must be enabled actively HTMLHelper::_('visforms.includeScriptsOnlyOnce', array('visforms.min' => false), array('validation' => false)); $this->labelHtmlTag = 'dt'; $this->valueHtmlTag = 'dd'; $this->labelClass = 'vfdvlabel'; $this->valueClass = 'vfdvvalue'; $this->extension = 'vfdataview'; foreach ($this->fields as $rowField) { if ($rowField->typefield == 'location' && !empty($rowField->displayAsMapInList)) { echo LayoutHelper::render('visforms.custom.noscript', array('text' => 'COM_VISFORMS_NOSCRIPT_ALERT_DATA'), null, array('component' => 'com_visforms')); break; } } $viewclass = (!empty($this->pparams['viewclass'])) ? ' class="visdata ' . $this->pparams['viewclass'] . '"' : ' class="visdata"'; ?>
' . $this->pagination->getPagesCounter() . '
' . $this->pagination->getPagesLinks() . '