array (
'form' => array (
'buttons' => array ('EDIT', 'DUPLICATE', 'DELETE',
array(
'customCode' => ''
),
array(
'customCode' => ''
),
/*
array(
'customCode' => ''
),
*/
),
'hidden'=>array(
'',
'',
'',
'',
'',
),
),
'maxColumns' => '2',
'widths' => array (
array ('label' => '10', 'field' => '30'),
array ('label' => '10', 'field' => '30')
),
'includes' => array(
array('file'=>'include/JSON.js'),
array('file'=>'modules/EcmGroupSales/MyTable.js'),
array('file'=>'modules/EcmGroupSales/EcmGroupSalesDetailView.js'),
),
),
'panels' => array (
'DETAILS'=> array(
array(array('type' => 'tab','active' => true, 'allCols' => true, 'hideLabel' => true, 'customCode'=>'{$MOD.LBL_DETAILS}')),
array(
'formatted_number',
'assigned_user_name'
),
array (
'name',
'parent_name'
),
array (
'status',
'template_name'
),
array (
'register_date'
),
array(
array(
'allCols' => true,
'hideLabel' => true,
'customCode' => '
{$MOD.LBL_TO_INFORMATIONS}'
),
),
array ('parent_address_street'),
array ('parent_address_postalcode', 'to_nip'),
array ('parent_address_city', 'to_vatid'),
array ('parent_address_country',
array(
'name' => 'to_is_vat_free',
'tabIndex' => 't',
'customCode' => ''
),
),
),
'ITEMS'=> array(
array(array('type' => 'tab', 'allCols' => true, 'hideLabel' => true, 'customCode'=>'{$MOD.LBL_ITEMS}')),
array(
array(
'allCols' => true,
'hideLabel' => true,
'customCode' => '
'
// .'{literal}'.
// ''
// .'{/literal}'.
.'
| {$MOD.LBL_EDITTABLE_NO} |
{$MOD.LBL_EDITTABLE_CODE} |
{$MOD.LBL_EDITTABLE_NAME} |
{$MOD.LBL_EDITTABLE_QUANTITY} |
{$MOD.LBL_EDITTABLE_PRICE} |
{$MOD.LBL_EDITTABLE_DISCOUNT} |
{$MOD.LBL_EDITTABLE_TOTAL} |
',
)
),
),
'TEXTS'=> array(
array(array('type' => 'tab', 'allCols' => true, 'hideLabel' => true, 'customCode'=>'{$MOD.LBL_TEXTS}')),
array('header_text'),
array('footer_text'),
array('ads_text'),
),
'PREVIEW'=> array(
array(array('type' => 'tab', 'allCols' => true, 'hideLabel' => true, 'customCode'=>'{$MOD.LBL_PREVIEW}')),
array(
array(
'allCols' => true,
'hideLabel' => true,
'customCode' => ''
),
),
),
'EMAIL'=> array(
array(array('type' => 'tab', 'allCols' => true, 'hideLabel' => true, 'customCode'=>'{$MOD.LBL_EMAIL}')),
array(
array(
'allCols' => true,
'hideLabel' => true,
'customCode' => ''
),
),
),
),
);
?>