%PDF- %PDF-
Direktori : /var/www/crm/custom/history/modules/Accounts/subpanels/project/ |
Current File : /var/www/crm/custom/history/modules/Accounts/subpanels/project/restored.php_1447934180 |
<?php // created: 2015-11-19 11:56:15 $layout_defs = array ( 'name' => array ( 'vname' => 'LBL_LIST_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '5%', 'default' => true, ), 'description' => array ( 'type' => 'text', 'vname' => 'LBL_DESCRIPTION', 'sortable' => false, 'width' => '25%', 'default' => true, ), 'npreventivo_c' => array ( 'type' => 'varchar', 'default' => true, 'vname' => 'LBL_NPREVENTIVO', 'width' => '5%', ), 'importo_c' => array ( 'type' => 'currency', 'default' => true, 'vname' => 'LBL_IMPORTO', 'currency_format' => true, 'width' => '10%', ), 'estimated_start_date' => array ( 'vname' => 'LBL_DATE_START', 'width' => '10%', 'sortable' => true, 'default' => true, ), 'estimated_end_date' => array ( 'vname' => 'LBL_DATE_END', 'width' => '10%', 'sortable' => true, 'default' => true, ), 'status' => array ( 'type' => 'enum', 'vname' => 'LBL_STATUS', 'width' => '10%', 'default' => true, ), '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, ), );