Ejemplo n.º 1
0
$page->setPageStyle($page_style);
$page->displayPageTop();
// **********************Start html for content column ****************************//
$ajax->Run('js/phplivex.js');
// Must be called inside the 'html' or 'body' tags
$notify->Notify();
$isAdminGroup = $page->auth->checkPermessionEdit('TBL_CONTACT', $_REQUEST[contact_id]) == 1 or $page->auth->isOwner(TBL_CONTACT, " and contact_id='{$_REQUEST['contact_id']}'");
?>

<div id="content_column_header">
	<div class="form_main">
		<div class="head">Contact Search</div>
		<div class="head contact_textbox">
		  <!--<input type="text" name="textfield" />&nbsp; or &nbsp; <a href="#">More Options</a>-->
		  <?php 
$em->ContactSearchBox('em');
?>
	    </div>
	</div>
</div>
<div class="form_main">
	<div><?php 
$em->ContactSearchContainer('em');
?>
</div>
</div>