<?php use_helper("Object") ?><?php $value = object_input_tag($address, 'getLocalpart', array ( 'size' => 25, 'control_name' => 'address[localpart]', 'style' => 'text-align:right', )); echo $value ? $value : ' ' ?> @ <?php $value = object_select_tag($address, 'getDomainId', array ( 'related_class' => 'Domain', 'control_name' => 'address[domain_id]', 'include_blank' => true, )); echo $value ? $value : ' ' ?>