init
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// created: 2011-10-06 14:08:31
|
||||
$layout_defs["Accounts"]["subpanel_setup"]["accounts_ecmquotes_1"] = array (
|
||||
'order' => 100,
|
||||
'module' => 'EcmQuotes',
|
||||
'subpanel_name' => 'default',
|
||||
'sort_order' => 'asc',
|
||||
'sort_by' => 'id',
|
||||
'title_key' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ECMQUOTES_TITLE',
|
||||
'get_subpanel_data' => 'accounts_ecmquotes_1',
|
||||
'top_buttons' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'widget_class' => 'SubPanelTopButtonQuickCreate',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'widget_class' => 'SubPanelTopSelectButton',
|
||||
'mode' => 'MultiSelect',
|
||||
),
|
||||
),
|
||||
);
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// created: 2011-10-06 14:08:22
|
||||
$layout_defs["Accounts"]["subpanel_setup"]["accounts_ecmquotes"] = array (
|
||||
'order' => 100,
|
||||
'module' => 'EcmQuotes',
|
||||
'subpanel_name' => 'default',
|
||||
'sort_order' => 'asc',
|
||||
'sort_by' => 'id',
|
||||
'title_key' => 'LBL_ACCOUNTS_ECMQUOTES_FROM_ECMQUOTES_TITLE',
|
||||
'get_subpanel_data' => 'accounts_ecmquotes',
|
||||
'top_buttons' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'widget_class' => 'SubPanelTopButtonQuickCreate',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'widget_class' => 'SubPanelTopSelectButton',
|
||||
'mode' => 'MultiSelect',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user