AAAA.htaccess000066600000000177151401074740006356 0ustar00 Order allow,deny Deny from all tmpl/.htaccess000066600000000177151401074740007332 0ustar00 Order allow,deny Deny from all tmpl/index.html000066600000000054151401074740007523 0ustar00tmpl/default.php000066600000005436151401074740007674 0ustar00state->get('list.ordering'); $listDirn = $this->state->get('list.direction'); ?>
items)) { foreach ($this->items as $i => $item) { ?>
pagination->getListFooter(); ?>
id); ?> checked_out) { echo JHtml::_('jgrid.checkedout', $i, $item->editor, $item->checked_out_time, 'replacements.'); echo $this->escape($item->name); } else { ?> escape($item->name); ?> findtext, 0, 100); if (strlen($item->findtext) > 100) echo '...';?> replacetext, 0, 100); if (strlen($item->replacetext) > 100) echo '...'; ?> method; ?>
view.html.php000066600000002646151401074740007211 0ustar00items = $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_REPLACEMENTS'), 'csvi_replacement_48'); JToolBarHelper::addNew('replacement.add'); JToolBarHelper::editList('replacement.edit'); JToolBarHelper::deleteList('', 'replacements.delete'); //JToolBarHelper::help('about.html', true); // Display it all parent::display($tpl); } } ?>index.html000066600000000054151401074740006547 0ustar00