init
This commit is contained in:
13
custom/Extension/modules/Contacts/Ext/Layoutdefs/ecmguotes_contacts.php
Executable file
13
custom/Extension/modules/Contacts/Ext/Layoutdefs/ecmguotes_contacts.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?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'),
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user