%PDF- %PDF-
Direktori : /var/www/crm/custom/modules/Project/metadata/subpanels/ |
Current File : /var/www/crm/custom/modules/Project/metadata/subpanels/Account_subpanel_project.php |
<?php // created: 2015-11-27 20:35:41 $subpanel_layout['list_fields'] = array ( 'name' => array ( 'vname' => 'LBL_LIST_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '10%', 'default' => true, ), 'description' => array ( 'type' => 'text', 'vname' => 'LBL_DESCRIPTION', 'sortable' => false, 'width' => '35%', 'default' => true, ), 'estimated_start_date' => array ( 'vname' => 'LBL_DATE_START', 'width' => '25%', 'sortable' => true, 'default' => true, ), 'settore_c' => array ( 'type' => 'enum', 'default' => true, 'studio' => 'visible', 'vname' => 'LBL_SETTORE', 'width' => '10%', ), 'importo_c' => array ( 'type' => 'currency', 'default' => true, 'vname' => 'LBL_IMPORTO', 'currency_format' => true, 'width' => '10%', ), 'status' => array ( 'type' => 'enum', 'default' => true, 'vname' => 'LBL_STATUS', 'width' => '10%', ), 'edit_button' => array ( 'vname' => 'LBL_EDIT_BUTTON', 'widget_class' => 'SubPanelEditButton', 'module' => 'Project', 'width' => '3%', 'default' => true, ), 'remove_button' => array ( 'vname' => 'LBL_REMOVE', 'widget_class' => 'SubPanelRemoveButton', 'module' => 'Project', 'width' => '3%', 'default' => true, ), );