%PDF- %PDF-
Direktori : /var/www/crm/custom/modules/Contacts/metadata/subpanels/ |
Current File : /var/www/crm/custom/modules/Contacts/metadata/subpanels/Account_subpanel_contacts.php |
<?php // created: 2013-09-18 14:37:41 $subpanel_layout['list_fields'] = array ( 'name' => array ( 'name' => 'name', 'vname' => 'LBL_LIST_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'module' => 'Contacts', 'width' => '20%', 'default' => true, ), 'title' => array ( 'type' => 'varchar', 'vname' => 'LBL_TITLE', 'width' => '10%', 'default' => true, ), 'primary_address_city' => array ( 'name' => 'primary_address_city', 'vname' => 'LBL_LIST_CITY', 'width' => '20%', 'default' => true, ), 'primary_address_state' => array ( 'name' => 'primary_address_state', 'vname' => 'LBL_LIST_STATE', 'width' => '10%', 'default' => true, ), 'email1' => array ( 'name' => 'email1', 'vname' => 'LBL_LIST_EMAIL', 'widget_class' => 'SubPanelEmailLink', 'width' => '30%', 'sortable' => false, 'default' => true, ), 'phone_work' => array ( 'name' => 'phone_work', 'vname' => 'LBL_LIST_PHONE', 'width' => '15%', 'default' => true, ), 'edit_button' => array ( 'vname' => 'LBL_EDIT_BUTTON', 'widget_class' => 'SubPanelEditButton', 'module' => 'Contacts', 'width' => '5%', 'default' => true, ), 'remove_button' => array ( 'vname' => 'LBL_REMOVE', 'widget_class' => 'SubPanelRemoveButton', 'module' => 'Contacts', 'width' => '5%', 'default' => true, ), 'first_name' => array ( 'name' => 'first_name', 'usage' => 'query_only', ), 'last_name' => array ( 'name' => 'last_name', 'usage' => 'query_only', ), 'salutation' => array ( 'name' => 'salutation', 'usage' => 'query_only', ), );