Beispiel #1
0
?>
    	</td></tr></table>
	</div>
		
	<div>
		<?php 
echo render_object_custom_properties($object, 'MailContents', true);
?>
	</div>
	
	<?php 
$categories = array();
Hook::fire('object_edit_categories', $object, $categories);
?>
	<?php 
$cps = CustomProperties::getHiddenCustomPropertiesByObjectType('MailContents');
?>
	
	<div style="padding-top:5px">
		<?php 
if (count($mail_accounts) > 1) {
    ?>
		<a href="#" class="option" onclick="og.toggleAndBolden('add_mail_account', this);og.resizeMailDiv();"><?php 
    echo lang('mail from');
    ?>
</a> - 
		<?php 
}
?>
		<a href="#" class="option" onclick="og.toggleAndBolden('add_mail_BCC', this);og.resizeMailDiv();"><?php 
echo lang('mail BCC');