Exemple #1
0
caption, th {   vertical-align: top !important;}
#description {
width: 90% !important;
}

';
$page->setPageStyle($page_style);
$page->displayPageTop();
// **********************Start html for content column ****************************//
$ajax->Run();
// Must be called inside the 'html' or 'body' tags
$notify->Notify();
$index = $_REQUEST[index];
if ($index == 'Remove') {
    if ($page->auth->checkPermessionEdit('TBL_CONTACT', $em->GetContactID()) == 1 or $page->auth->isOwner(TBL_CONTACT, " and contact_id='{$_REQUEST['contact_id']}'") == 1) {
        $em->RemoveContact($em->GetContactID());
    } else {
        $page->auth->SendToRefrerPage();
        exit;
    }
}
?>

<div id="div_credential"  class="" style="display:none;"></div>
<div id="prl" style="display:none;"><img  id="prl_image" src="images/spinner.gif"  /></div>
<div id="content_column_header">
		<?php 
echo $em->GetContactHead($em->GetContactID(), 'display_tag', 'em');
?>
		<?php 
if ($page->auth->checkPermessionEdit('TBL_CONTACT', $_REQUEST[contact_id]) == 1 or $page->auth->isOwner(TBL_CONTACT, " and contact_id='{$_REQUEST['contact_id']}'") == 1) {