array('maxColumns' => '2', 'widths' => array( array('label' => '10', 'field' => '30'), array('label' => '10', 'field' => '30') ), ), 'panels' =>array ( 'lbl_prospect_information' => array ( array ( array ( 'name' => 'first_name', 'customCode' => '{html_options name="salutation" id="salutation" options=$fields.salutation.options selected=$fields.salutation.value}' . ' ', ), ), array ( array('name'=>'last_name', 'displayParams'=>array('required'=>true), ), 'phone_work', ), array ( 'title', 'phone_mobile', ), array ( 'department', 'phone_fax', ), array ( 'account_name', ), array ( array ( 'name' => 'primary_address_street', 'hideLabel' => true, 'type' => 'address', 'displayParams'=>array('key'=>'primary', 'rows'=>2, 'cols'=>30, 'maxlength'=>150), ), array ( 'name' => 'alt_address_street', 'hideLabel'=>true, 'type' => 'address', 'displayParams'=>array('key'=>'alt', 'copy'=>'primary', 'rows'=>2, 'cols'=>30, 'maxlength'=>150), ), ), array('email1'), array ( array('name'=>'description', 'label'=>'LBL_DESCRIPTION'), ), ), 'LBL_MORE_INFORMATION' => array( array ( 'do_not_call', ), ), 'LBL_PANEL_ASSIGNMENT' => array( array ( 'assigned_user_name', ), ), ) ); ?>