Files
crm.e5.pl/custom/modules/Documents/metadata/subpanels/EcmPaymentdefault.php
2024-04-27 09:23:34 +02:00

30 lines
659 B
PHP

<?php
// created: 2014-01-22 11:24:31
$subpanel_layout['list_fields'] = array (
'document_name' =>
array (
'name' => 'document_name',
'vname' => 'LBL_LIST_DOCUMENT_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '30%',
'default' => true,
),
'edit_button' =>
array (
'vname' => 'LBL_EDIT_BUTTON',
'widget_class' => 'SubPanelEditButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
'remove_button' =>
array (
'vname' => 'LBL_REMOVE',
'widget_class' => 'SubPanelRemoveButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
);
?>