id; $img = $row->published ? 'tick.png' : 'publish_x.png'; $task = $row->published ? 'unpublish' : 'publish'; $alt = $row->published ? 'Published' : 'Unpublished'; $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); $row->cat_link = 'index2.php?option=com_categories§ion=com_contacts&task=editA&hidemainmenu=1&id='. $row->catid; $row->user_link = 'index2.php?option=com_users&task=editA&hidemainmenu=1&id='. $row->user_id; ?> ">
#
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) ) { echo $row->name; } else { ?> name; ?> <?php echo $alt; ?> orderUpIcon( $i, ( $row->catid == @$rows[$i-1]->catid ) ); ?> orderDownIcon( $i, $n, ( $row->catid == @$rows[$i+1]->catid ) ); ?> category; ?> user; ?>
getListFooter(); ?>
image == '') { $row->image = 'blank.png'; } $tabs = new mosTabs(0); mosMakeHtmlSafe( $row, ENT_QUOTES, 'misc' ); ?>
id ? T_('Edit') : T_('New');?>
startPane("content-pane"); $tabs->startTab(T_("Publishing"),"publish-page"); ?>
 
endTab(); $tabs->startTab(T_("Images"),"images-page"); ?>
:
endTab(); $tabs->startTab(T_("Parameters"),"params-page"); ?>
* *

render();?>
endTab(); $tabs->endPane(); ?>