24 lines
581 B
PHP
Executable File
24 lines
581 B
PHP
Executable File
<?php
|
|
// created: 2013-12-19 08:56:45
|
|
$layout_defs["Accounts"]["subpanel_setup"]["accounts_documents"] = array (
|
|
'order' => 100,
|
|
'module' => 'Documents',
|
|
'subpanel_name' => 'default',
|
|
'sort_order' => 'asc',
|
|
'sort_by' => 'id',
|
|
'title_key' => 'LBL_ACCOUNTS_DOCUMENTS_FROM_DOCUMENTS_TITLE',
|
|
'get_subpanel_data' => 'accounts_documents',
|
|
'top_buttons' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'widget_class' => 'SubPanelTopButtonQuickCreate',
|
|
),
|
|
1 =>
|
|
array (
|
|
'widget_class' => 'SubPanelTopSelectButton',
|
|
'mode' => 'MultiSelect',
|
|
),
|
|
),
|
|
);
|