init
This commit is contained in:
49
modules/EcmActions/metadata/listviewdefs.php
Normal file
49
modules/EcmActions/metadata/listviewdefs.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
echo '<script type="text/javascript" src="modules/EcmActions/ListViewDocumentReady.js"></script>';
|
||||
$module_name = 'EcmActions';
|
||||
$listViewDefs [$module_name] = array (
|
||||
'INDEKS' => array (
|
||||
'type' => 'varchar',
|
||||
'label' => 'LBL_INDEKS',
|
||||
'link' => 'true',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'left',
|
||||
),
|
||||
'NAME' => array (
|
||||
'width' => '35%',
|
||||
'label' => 'LBL_NAME',
|
||||
'default' => true,
|
||||
'link' => true,
|
||||
'align' => 'left',
|
||||
),
|
||||
'CATEGORY' => array (
|
||||
'type' => 'varchar',
|
||||
'label' => 'LBL_CATEGORY',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'left',
|
||||
),
|
||||
'TIME' => array (
|
||||
'type' => 'varchar',
|
||||
'label' => 'LBL_TIME',
|
||||
'width' => '15%',
|
||||
'default' => true,
|
||||
'align' => 'right',
|
||||
),
|
||||
'COST_ACTION' => array (
|
||||
'type' => 'float',
|
||||
'label' => 'LBL_COST_ACTION',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'right',
|
||||
),
|
||||
'COST_HOUR' => array (
|
||||
'type' => 'float',
|
||||
'label' => 'LBL_COST_HOUR',
|
||||
'width' => '10%',
|
||||
'default' => true,
|
||||
'align' => 'right',
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user