[' .JText::_('Edit'). ']', 'plugin.png' ); JToolBarHelper::save(); JToolBarHelper::apply(); JToolBarHelper::cancel( 'cancel', 'Close' ); JToolBarHelper::help( 'screen.plugins.edit' ); ?> plugin, ENT_QUOTES, '' ); ?> plugin->nameA = ''; if ( $this->plugin->id ) { $row->nameA = '[ '. $this->plugin->name .' ]'; } ?>
: lists['published']; ?>
plugin->folder; ?>
.php
lists['access']; ?>
: lists['ordering']; ?>
: plugin->description ); ?>
true)); echo $pane->startPane('plugin-pane'); echo $pane->startPanel(JText :: _('Plugin Parameters'), 'param-page'); if($output = $this->params->render('params')) : echo $output; else : echo "
".JText::_('There are no parameters for this item')."
"; endif; echo $pane->endPanel(); if ($this->params->getNumParams('advanced')) { echo $pane->startPanel(JText :: _('Advanced Parameters'), "advanced-page"); if($output = $this->params->render('params', 'advanced')) : echo $output; else : echo "
".JText::_('There are no advanced parameters for this item')."
"; endif; echo $pane->endPanel(); } if ($this->params->getNumParams('legacy')) { echo $pane->startPanel(JText :: _('Legacy Parameters'), "legacy-page"); if($output = $this->params->render('params', 'legacy')) : echo $output; else : echo "
".JText::_('There are no legacy parameters for this item')."
"; endif; echo $pane->endPanel(); } echo $pane->endPane(); ?>