コード例 #1
0
ファイル: contact_addcompany.php プロジェクト: name256/crm42
$page_style = '
';
$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">
		<div class="heading"><img src="images/person.gif" class="image_border" align="absmiddle" />Add a new company</div>
</div>
<div class="contact_form">
	<div><?php 
if ($_POST['submit'] == 'Add Contact') {
    $em->AddContact('server', 'Company');
} else {
    $em->AddContact('local', 'Company');
}
?>
</div>
</div>








<?php