Files
crm.twinpol.com/custom/modules/Documents/metadata/subpanels/Accountdefault.php
2025-05-12 15:44:39 +00:00

65 lines
1.4 KiB
PHP
Executable File

<?php
// created: 2013-12-20 13:50:03
$subpanel_layout['list_fields'] = array (
'document_name' =>
array (
'name' => 'document_name',
'vname' => 'LBL_LIST_DOCUMENT_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '30%',
'default' => true,
),
'template_type' =>
array (
'name' => 'template_types',
'vname' => 'LBL_LIST_TEMPLATE_TYPE',
'width' => '15%',
'default' => true,
),
'selected_revision_name' =>
array (
'name' => 'selected_revision_name',
'vname' => 'LBL_LIST_SELECTED_REVISION',
'width' => '10%',
'default' => true,
),
'latest_revision_name' =>
array (
'name' => 'latest_revision_name',
'vname' => 'LBL_LIST_LATEST_REVISION',
'width' => '10%',
'default' => true,
),
'get_latest' =>
array (
'widget_class' => 'SubPanelGetLatestButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
'load_signed' =>
array (
'widget_class' => 'SubPanelLoadSignedButton',
'module' => 'Documents',
'width' => '5%',
'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,
),
);
?>