AAAAtmpl/index.html000066600000000054151453056260007527 0ustar00tmpl/default.php000066600000005143151453056260007673 0ustar00state->get('list.ordering'); $listDirn = $this->state->get('list.direction'); ?>
templatetypes as $i => $template) { ?>
pagination->getListFooter(); ?>
id); ?> url)) echo JHtml::_('link', JRoute::_($template->url), JText::_('COM_CSVI_'.$template->template_type_name), 'target="_blank"'); else echo JText::_('COM_CSVI_'.$template->template_type_name); ?> template_type_name).'_DESC'); ?> component), $template->component, 'target="_blank"'); ?> template_type)); ?>
tmpl/.htaccess000066600000000177151453056260007336 0ustar00 Order allow,deny Deny from all .htaccess000066600000000177151453056260006362 0ustar00 Order allow,deny Deny from all index.html000066600000000054151453056260006553 0ustar00view.html.php000066600000003067151453056260007213 0ustar00templatetypes = $this->get('Items'); // Get the pagination $this->pagination = $this->get('Pagination'); // Load the user state $this->state = $this->get('State'); // Get the panel $this->loadHelper('panel'); // Show the toolbar JToolBarHelper::title(JText::_('COM_CSVI_TEMPLATETYPES'), 'csvi_templates_48'); JToolBarHelper::custom('templatetype.add', 'new.png', 'new_f2.png','JTOOLBAR_NEW', false); JToolBarHelper::custom('templatetype.edit', 'edit.png', 'edit_f2.png','JTOOLBAR_EDIT', true); //JToolBarHelper::help('about.html', true); // Display it all parent::display($tpl); } } ?>