%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_1373643239 |
<?php // created: 2013-07-12 17:33:54 $layout_defs = array ( 'name' => array ( 'vname' => 'LBL_LIST_NAME', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '35%', 'default' => true, ), 'npreventivo_c' => array ( 'type' => 'varchar', 'default' => true, 'vname' => 'LBL_NPREVENTIVO', 'width' => '10%', ), 'estimated_start_date' => array ( 'vname' => 'LBL_DATE_START', 'width' => '25%', 'sortable' => true, 'default' => true, ), 'estimated_end_date' => array ( 'vname' => 'LBL_DATE_END', 'width' => '25%', '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, ), );