AAAAplugins/default.php000066600000016646151371522450010410 0ustar00escape($this->state->get('list.ordering')); $listDirn = $this->escape($this->state->get('list.direction')); $canOrder = $user->authorise('core.edit.state', 'com_plugins'); $saveOrder = $listOrder == 'ordering'; ?>
items as $i => $item) : $ordering = ($listOrder == 'ordering'); $canEdit = $user->authorise('core.edit', 'com_plugins'); $canCheckin = $user->authorise('core.manage', 'com_checkin') || $item->checked_out==$user->get('id') || $item->checked_out==0; $canChange = $user->authorise('core.edit.state', 'com_plugins') && $canCheckin; ?>
items, 'filesave.png', 'plugins.saveorder'); ?>
extension_id); ?> checked_out) : ?> editor, $item->checked_out_time, 'plugins.', $canCheckin); ?> name; ?> name; ?> enabled, $i, 'plugins.', $canChange); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->folder == $item->folder), 'plugins.orderup', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->folder == $item->folder), 'plugins.orderdown', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> pagination->orderUpIcon($i, (@$this->items[$i-1]->folder == $item->folder), 'plugins.orderdown', 'JLIB_HTML_MOVE_UP', $ordering); ?> pagination->orderDownIcon($i, $this->pagination->total, (@$this->items[$i+1]->folder == $item->folder), 'plugins.orderup', 'JLIB_HTML_MOVE_DOWN', $ordering); ?> class="text-area-order" title="name; ?> order" /> ordering; ?> escape($item->folder);?> escape($item->element);?> escape($item->access_level); ?> extension_id;?>
pagination->getListFooter(); ?>
plugins/.htaccess000066600000000177151371522450010041 0ustar00 Order allow,deny Deny from all plugins/index.html000066600000000037151371522450010233 0ustar00 .htaccess000066600000000177151371522450006360 0ustar00 Order allow,deny Deny from all index.html000066600000000037151371522450006552 0ustar00 plugin/edit.php000066600000005415151371522450007516 0ustar00
  • form->getLabel('name'); ?> form->getInput('name'); ?> item->name);?>
  • form->getLabel('enabled'); ?> form->getInput('enabled'); ?>
  • form->getLabel('access'); ?> form->getInput('access'); ?>
  • form->getLabel('ordering'); ?> form->getInput('ordering'); ?>
  • form->getLabel('folder'); ?> form->getInput('folder'); ?>
  • form->getLabel('element'); ?> form->getInput('element'); ?>
  • item->extension_id) : ?>
  • form->getLabel('extension_id'); ?> form->getInput('extension_id'); ?>
item->xml) : ?> item->xml->description)) : ?>
item->extension_id); ?> loadTemplate('options'); ?>
plugin/.htaccess000066600000000177151371522450007656 0ustar00 Order allow,deny Deny from all plugin/edit_options.php000066600000002323151371522450011264 0ustar00form->getFieldsets('params'); foreach ($fieldSets as $name => $fieldSet) : $label = !empty($fieldSet->label) ? $fieldSet->label : 'COM_PLUGINS_'.$name.'_FIELDSET_LABEL'; echo JHtml::_('sliders.panel', JText::_($label), $name.'-options'); if (isset($fieldSet->description) && trim($fieldSet->description)) : echo '

'.$this->escape(JText::_($fieldSet->description)).'

'; endif; ?>
plugin/index.html000066600000000037151371522450010050 0ustar00