:
id == 0 ) { ?> id .'&task=edit&cid[]='. $row->id ); $access = JHTML::_('grid.access', $row, $i ); $checked = JHTML::_('grid.checkedout', $row, $i ); $published = JHTML::_('grid.published', $row, $i ); ?> "> id == 0 ) { ?>
getListFooter(); ?>
getRowOffset( $i ); ?> get ('id'), $row->checked_out ) ) { echo $row->title; } else { ?> title; ?> orderUpIcon( $i, ($row->position == @$rows[$i-1]->position), 'orderup', 'Move Up', $ordering ); ?> orderDownIcon( $i, $n, ($row->position == @$rows[$i+1]->position),'orderdown', 'Move Down', $ordering ); ?> class="text_area" style="text-align: center" /> position; ?> pages )) { echo JText::_( 'None' ); } else if ($row->pages > 0) { echo JText::_( 'Varies' ); } else { echo JText::_( 'All' ); } ?> module ? $row->module : JText::_( 'User' );?> id;?>
$row is passed with the id * property set to 0. * @param JTableCategory The category object * @param array

The modules of the left side. The array elements are in the form * $leftorder[order] = label * where order is the module order from the db table and label is a * text label associciated with the order.

* @param array See notes for leftorder * @param array An array of select lists * @param object Parameters */ function edit( &$model, &$row, &$orders2, &$lists, &$params, $client ) { JRequest::setVar( 'hidemainmenu', 1 ); // clean item data JFilterOutput::objectHTMLSafe( $row, ENT_QUOTES, 'content' ); // Check for component metadata.xml file //$path = JApplicationHelper::getPath( 'mod'.$client->id.'_xml', $row->module ); //$params = new JParameter( $row->params, $path ); $document =& JFactory::getDocument(); JHTML::_('behavior.combobox'); jimport('joomla.html.pane'); // TODO: allowAllClose should default true in J!1.6, so remove the array when it does. $pane = &JPane::getInstance('sliders', array('allowAllClose' => true)); $editor =& JFactory::getEditor(); JHTML::_('behavior.tooltip'); ?>
: module); ?>
:
:
: id; ?>
: description); ?>
: client_id != 1) : ?> pages == 'all') { ?> pages == 'none') { ?>
:
client_id != 1) : ?> pages == 'all') { ?> pages == 'none') { ?>
startPane("menu-pane"); echo $pane->startPanel(JText :: _('Module Parameters'), "param-page"); $p = $params; if($params = $p->render('params')) : echo $params; else : echo "
".JText::_('There are no parameters for this item')."
"; endif; echo $pane->endPanel(); if ($p->getNumParams('advanced')) { echo $pane->startPanel(JText :: _('Advanced Parameters'), "advanced-page"); if($params = $p->render('params', 'advanced')) : echo $params; else : echo "
".JText::_('There are no advanced parameters for this item')."
"; endif; echo $pane->endPanel(); } if ($p->getNumParams('legacy')) { echo $pane->startPanel(JText :: _('Legacy Parameters'), "legacy-page"); if($params = $p->render('params', 'legacy')) : echo $params; else : echo "
".JText::_('There are no legacy parameters for this item')."
"; endif; echo $pane->endPanel(); } if ($p->getNumParams('other')) { echo $pane->startPanel(JText :: _('Other Parameters'), "other-page"); if($params = $p->render('params', 'other')) : echo $params; else : echo "
".JText::_('There are no other parameters for this item')."
"; endif; echo $pane->endPanel(); } echo $pane->endPane(); ?>
module || $row->module == 'custom' || $row->module == 'mod_custom' ) { ?>
display( 'content', $row->content, '100%', '400', '60', '20', array('pagebreak', 'readmore') ) ; ?>
= $count) : ?> module . '&created=1&client=' . $client->id; ?>
 
  name, ENT_QUOTES, 'UTF-8'); ?>