Files
crm.e5.pl/custom/modules/Contacts/Ext/Layoutdefs/layoutdefs.ext.php
2024-04-27 09:23:34 +02:00

17 lines
429 B
PHP

<?php
//WARNING: The contents of this file are auto-generated
$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'),
),
);
?>