init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
//auto-generated file DO NOT EDIT
|
||||
$layout_defs['EcmPayments']['subpanel_setup']['documents']['override_subpanel_name'] = 'EcmPaymentdefault';
|
||||
|
||||
?>
|
||||
6
custom/modules/EcmPayments/language/pl_pl.lang.php
Normal file
6
custom/modules/EcmPayments/language/pl_pl.lang.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// created: 2014-01-22 10:25:54
|
||||
$mod_strings = array (
|
||||
'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'LBL_DOCUMENTS_SUBPANEL_TITLE',
|
||||
);
|
||||
?>
|
||||
57
custom/modules/EcmPayments/metadata/quickcreatedefs.php
Normal file
57
custom/modules/EcmPayments/metadata/quickcreatedefs.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
$viewdefs ['EcmPayments'] =
|
||||
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 => 'parent_name',
|
||||
1 => 'payment_date',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
0 => 'value',
|
||||
),
|
||||
3 =>
|
||||
array (
|
||||
0 => 'description',
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user