0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/jjwg_Maps/metadata/subpanels/default.php

57 lines
1.1 KiB
PHP
Executable File

<?php
$module_name='jjwg_Maps';
$subpanel_layout = array(
'top_buttons' =>
array(
0 =>
array(
'widget_class' => 'SubPanelTopCreateButton',
),
1 =>
array(
'widget_class' => 'SubPanelTopSelectButton',
'popup_module' => 'jjwg_Maps',
),
),
'where' => '',
'list_fields' =>
array(
'name' =>
array(
'vname' => 'LBL_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '45%',
'default' => true,
),
'module_type' =>
array(
'type' => 'enum',
'default' => true,
'studio' => 'visible',
'vname' => 'LBL_MODULE_TYPE',
'sortable' => false,
'width' => '10%',
),
'date_modified' =>
array(
'vname' => 'LBL_DATE_MODIFIED',
'width' => '45%',
'default' => true,
),
'edit_button' =>
array(
'widget_class' => 'SubPanelEditButton',
'module' => 'jjwg_Maps',
'width' => '4%',
'default' => true,
),
'remove_button' =>
array(
'widget_class' => 'SubPanelRemoveButton',
'module' => 'jjwg_Maps',
'width' => '5%',
'default' => true,
),
),
);