13 lines
368 B
PHP
Executable File
13 lines
368 B
PHP
Executable File
<?php
|
|
$layout_defs['Contacts']['subpanel_setup']['ecmquotes'] = array(
|
|
'order' => 29,
|
|
'module' => 'EcmQuotes',
|
|
'subpanel_name' => 'default',
|
|
'get_subpanel_data' => 'ecmquotes',
|
|
'add_subpanel_data' => 'ecmquote_id',
|
|
'title_key' => 'LBL_ECMQUOTES_SUBPANEL_TITLE',
|
|
'top_buttons' => array(
|
|
array('widget_class' => 'SubPanelTopCreateButton'),
|
|
),
|
|
);
|
|
?>
|