array (
'form' => array (
'buttons' => array ('EDIT', 'DUPLICATE', 'DELETE',
array(
'customCode' => ''
),
)
),
'maxColumns' => '2',
'widths' => array (
array ('label' => '10', 'field' => '30'),
array ('label' => '10', 'field' => '30')
),
'includes' => array(
array('file'=>'include/ECM/EcmPreviewPDF/EcmPreviewPDF.js'),
),
),
'panels' => array (
'LBL_INFORMATIONS'=> array(
array('name', 'assigned_user_name'),
array('document_number_format_id', 'account_name'),
array('documents_per',
array(
'name' => 'show_header_on_all_pages',
'tabIndex' => '1',
'customCode' => ''
),
),//'document_number_letter'),
array('documents_per_day_id',
array(
'name' => 'show_footer_on_all_pages',
'tabIndex' => '1',
'customCode' => ''
),
),//'correct_number_letter'),
array('', 'account_number'),
array('footer_account', 'footer_krs'),
array('footer_address', 'footer_regon'),
array('footer_phone', 'footer_capital'),
array('footer_fax', 'footer_management'),
array('footer_swift', 'footer_nip'),
array('footer_bankname', 'footer_vatid'),
array ('place_of_register', 'ecmlanguage'),
),
'LBL_LOGO' => array(
array(array('name'=>'logo_name','customCode'=>'{$fields.logo_name.value}'), array('name'=>'logo_path','label'=>'LBL_LOGO_PREVIEW','customCode'=>'{if $fields.logo_id.value != \'\'}
{/if}')),
),
'LBL_TEMPLATE_TEXTS' => array (
/*
array(
array(
'name' => 'show_header_on_all_pages',
'tabIndex' => '1',
'customCode' => ''
),
array(
'name' => 'show_footer_on_all_pages',
'tabIndex' => '1',
'customCode' => ''
),
),
*/
array('header_text'),
array('footer_text'),
),
'LBL_TEMPLATE_FILES_DEFS' => array(
array(
array('label'=>'LBL_TEMPLATE_FILES_DEFS','customCode'=>'{$TEMPLATE_FILES}'),
),
),
),
);
?>