$row is passed with the id
* property set to 0.
* @param JTableContent The category object
* @param string The html for the groups select list
*/
function editContent( &$row, $section, &$lists, &$sectioncategories, $option, &$form )
{
JRequest::setVar( 'hidemainmenu', 1 );
jimport('joomla.html.pane');
JFilterOutput::objectHTMLSafe( $row );
$db = &JFactory::getDBO();
$editor = &JFactory::getEditor();
// TODO: allowAllClose should default true in J!1.6, so remove the array when it does.
$pane = &JPane::getInstance('sliders', array('allowAllClose' => true));
JHTML::_('behavior.tooltip');
?>
setLink(JURI::root());
JHTML::_('behavior.caption');
?>
getNullDate();
// used to hide "Reset Hits" when hits = 0
if ( !$row->hits ) {
$visibility = 'style="display: none; visibility: hidden;"';
} else {
$visibility = '';
}
?>