Beispiel #1
0
:</td>
					<td align="center" nowrap="nowrap">
                        <?php 
echo $contact->contact_lastupdate && !($contact->contact_lastupdate == 0) ? $AppUI->formatTZAwareTime($contact->contact_lastupdate) : '';
?>
                    </td>
				</tr>	
			</table>
		</td>
	</tr>
	<tr>
		<td valign="top" width="50%">
			<table border="0" cellpadding="1" cellspacing="1" class="details" width="100%">
				<?php 
$custom_fields = new w2p_Core_CustomFields($m, $a, $contact->contact_id, 'view');
if ($custom_fields->count()) {
    ?>
							<th colspan="2">
								<strong><?php 
    echo $AppUI->_('Contacts Custom Fields');
    ?>
</strong>
							</th>
							<tr>
								<td colspan="2">
									<?php 
    $custom_fields->printHTML();
    ?>
								</td>
							</tr>
					<?php