24 lines
561 B
PHP
24 lines
561 B
PHP
|
|
<?php
|
||
|
|
// created: 2013-12-19 08:57:38
|
||
|
|
$layout_defs["Accounts"]["subpanel_setup"]["accounts_tasks"] = array (
|
||
|
|
'order' => 100,
|
||
|
|
'module' => 'Tasks',
|
||
|
|
'subpanel_name' => 'default',
|
||
|
|
'sort_order' => 'asc',
|
||
|
|
'sort_by' => 'id',
|
||
|
|
'title_key' => 'LBL_ACCOUNTS_TASKS_FROM_TASKS_TITLE',
|
||
|
|
'get_subpanel_data' => 'accounts_tasks',
|
||
|
|
'top_buttons' =>
|
||
|
|
array (
|
||
|
|
0 =>
|
||
|
|
array (
|
||
|
|
'widget_class' => 'SubPanelTopButtonQuickCreate',
|
||
|
|
),
|
||
|
|
1 =>
|
||
|
|
array (
|
||
|
|
'widget_class' => 'SubPanelTopSelectButton',
|
||
|
|
'mode' => 'MultiSelect',
|
||
|
|
),
|
||
|
|
),
|
||
|
|
);
|