Weblink Manager Filter:
id; $task = $row->published ? 'unpublish' : 'publish'; $img = $row->published ? 'publish_g.png' : 'publish_x.png'; $alt = $row->published ? 'Published' : 'Unpublished'; $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); $row->cat_link = 'index2.php?option=com_categories§ion=com_weblinks&task=editA&hidemainmenu=1&id='. $row->catid; ?> ">
# Title Published Reorder Category Hits
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) ) { echo $row->title; } else { ?> title; ?> <?php echo $alt; ?> orderUpIcon( $i, ($row->catid == @$rows[$i-1]->catid) ); ?> orderDownIcon( $i, $n, ($row->catid == @$rows[$i+1]->catid) ); ?> category; ?> hits; ?>
getListFooter(); ?>
$row is passed with the id * property set to 0. * @param mosWeblink The weblink object * @param array An array of select lists * @param object Parameters * @param string The option */ function editWeblink( &$row, &$lists, &$params, $option ) { mosMakeHtmlSafe( $row, ENT_QUOTES, 'description' ); mosCommonHTML::loadOverlib(); ?>
Weblink: id ? 'Edit' : 'New';?>
Details
Name:
Category:
URL:
Description:
Ordering:
Published:
Parameters
render();?>