Example #1
0
$page->setPageStyle($page_style);
$page->displayPageTop();
// **********************Start html for content column ****************************//
$ajax->Run();
// Must be called inside the 'html' or 'body' tags
?>

<div id="content_column_header">
		<?php 
echo $em->getContactType($_REQUEST[contact_id], 'yes');
?>
</div>
<div class="contact_form">
	<div><?php 
if ($_POST['save'] == 'Save') {
    $em->editEvent_Contact('server', $_REQUEST[contact_id], 'editEvent_Contact', $em->getContactType($_REQUEST[contact_id], ''));
} else {
    $em->editEvent_Contact('local', $_REQUEST[contact_id], 'editEvent_Contact', $em->getContactType($_REQUEST[contact_id], ''));
}
?>
</div>
</div>








<?php