init
This commit is contained in:
48
custom/modules/EcmPaymentStates/metadata/quickcreatedefs.php
Normal file
48
custom/modules/EcmPaymentStates/metadata/quickcreatedefs.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
$viewdefs ['EcmPaymentStates'] =
|
||||
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',
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user