Files
crm.e5.pl/custom/modules/EcmVats/metadata/quickcreatedefs.php
2024-04-27 09:23:34 +02:00

49 lines
763 B
PHP
Executable File

<?php
$viewdefs ['EcmVats'] =
array (
'QuickCreate' =>
array (
'templateMeta' =>
array (
'form' =>
array (
'buttons' =>
array (
0 => 'SAVE',
1 => 'CANCEL',
),
),
'maxColumns' => '2',
'widths' =>
array (
0 =>
array (
'label' => '10',
'field' => '30',
),
1 =>
array (
'label' => '10',
'field' => '30',
),
),
),
'panels' =>
array (
'default' =>
array (
0 =>
array (
0 => 'name',
1 => 'assigned_user_name',
),
1 =>
array (
0 => 'value',
),
),
),
),
);
?>