Contact Manager Filter:
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_contact_details&task=editA&hidemainmenu=1&id='. $row->catid; $row->user_link = 'index2.php?option=com_users&task=editA&hidemainmenu=1&id='. $row->user_id; ?> ">
# Name Published Reorder Category Linked to User
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' ); ?>
Contact: id ? 'Edit' : 'New';?>
Contact Details
Category:
Linked to User:
Name:
Contact's Position:
E-mail:
Street Address:
Town/Suburb:
State/County:
Country:
Postal Code/ZIP:
Telephone:
Fax:
Miscellaneous Info:
startPane("content-pane"); $tabs->startTab("Publishing","publish-page"); ?>
Publishing Info
Published:
Ordering:
Access:
 
endTab(); $tabs->startTab("Images","images-page"); ?>
Image Info
Image:
endTab(); $tabs->startTab("Parameters","params-page"); ?>
Parameters
* These Parameters only control what you see when you click to view a Contact item *

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