%PDF- %PDF-
| Direktori : /var/www/crm/upload/upgrades/temp/jOsATu/SugarModules/modules/FOR_Corsi/metadata/ |
| Current File : /var/www/crm/upload/upgrades/temp/jOsATu/SugarModules/modules/FOR_Corsi/metadata/listviewdefs.php |
<?php
$module_name = 'FOR_Corsi';
$listViewDefs [$module_name] =
array (
'NAME' =>
array (
'width' => '32%',
'label' => 'LBL_NAME',
'default' => true,
'link' => true,
),
'DESCRIZIONE' =>
array (
'type' => 'text',
'studio' => 'visible',
'label' => 'LBL_DESCRIZIONE',
'sortable' => false,
'width' => '10%',
'default' => true,
),
'ASSIGNED_USER_NAME' =>
array (
'width' => '9%',
'label' => 'LBL_ASSIGNED_TO_NAME',
'module' => 'Employees',
'id' => 'ASSIGNED_USER_ID',
'default' => true,
),
'AGGIORNAMENTO' =>
array (
'type' => 'varchar',
'label' => 'LBL_AGGIORNAMENTO',
'width' => '10%',
'default' => false,
),
'ORE' =>
array (
'type' => 'varchar',
'label' => 'LBL_ORE',
'width' => '10%',
'default' => false,
),
);
?>