array (
'form' => array (
'enctype'=>'multipart/form-data',
'buttons'=>array(
array('customCode' => ''),
'CANCEL',
//array('customCode' => ''),
array('customCode' => ' '),
),
'hidden'=>array(
'',
'',
'',
//'',//{$fields.email_id.value}\'>',
// '',
),
),
'maxColumns' => '2',
'widths' => array (
array('label' => '10', 'field' => '30'),
array('label' => '10', 'field' => '30'),
),
'includes' => array(
array('file'=>'include/JSON.js'),
array('file'=>'include/javascript/quicksearch.js'),
array('file'=>'include/ECM/EcmPreviewPDF/EcmPreviewPDF.js'),
array('file'=>'modules/EcmInsideOrders/AjaxSearch/AjaxSearch.js'),
array('file'=>'modules/EcmInsideOrders/formloader.js'),
array('file'=>'modules/EcmInsideOrders/MyTable.js'),
array('file'=>'modules/EcmInsideOrders/EcmInsideOrders.js'),
array('file'=>'modules/EcmInsideOrders/CreateItem.js'),
),
),
'panels' => array (
'LBL_DETAILS_TAB'=> array(
array(
array(
'name' => 'document_no',
'tabIndex' => '1',
'customCode' => '
'
),
array(
'name' => 'assigned_user_name',
'tabIndex' => '1'
)
),
array('name', array(
'name' => 'template_name',
'label'=>'LBL_TEMPLATE_NAME',
'tabIndex' => '1',
'customCode'=>''
),),
array (
array(
'name' => 'parent_name',
'tabIndex' => '1',
),
array(
'name' => 'type',
'tabIndex' => '1',
),
),
array(
array(
'name' => 'register_date',
'tabIndex' => '1',
'type' => 'datetime',
'displayParams'=>array('showFormats'=>true)
),
array(
'name' => 'end_date',
'tabIndex' => '1',
'type' => 'datetime',
'displayParams'=>array('showFormats'=>true)
),
),
array(
array(
'name' => 'rw_stock_id',
'label'=>'LBL_RW_STOCK_ID',
'tabIndex' => '1',
'customCode'=>'',
),
array(
'name' => 'pw_stock_id',
'label'=>'LBL_PW_STOCK_ID',
'tabIndex' => '1',
'customCode'=>'',
),
),
array(
array(
'name' => 'employers',
'label'=>'LBL_EMPLOYERS',
'tabIndex' => '1',
'customCode'=>'',
),
),
array(
array(
'name' => 'to_informations',
'allCols' => true,
'hideLabel' => true,
'customCode' => '
{$MOD.LBL_TO_INFORMATIONS}
'
),
),
array (
array(
'name' => 'parent_name_copy',
'tabIndex' => '1',
'customCode' => ''
),
array(
'name' => 'ecmlanguage',
'tabIndex' => '1',
)
),
array (
array(
'name' => 'parent_address_street',
'tabIndex' => '1',
'customCode' => '',
),
''
),
array (
array(
'name' => 'parent_address_city',
'tabIndex' => '1',
'customCode' => ' '
),
''
),
array (
array(
'name' => 'parent_address_country',
'tabIndex' => '1',
),
''
),
),
'LBL_ITEMS_TAB'=> array(
array(
array(
'name' => 'items_list_panel',
'allCols' => true,
'hideLabel' => true,
'customCode' => '
'
// .'{literal}'.
// ''
// .'{/literal}'.
.'
| {$MOD.LBL_EDITTABLE_NO} |
{$MOD.LBL_EDITTABLE_CODE} |
{$MOD.LBL_EDITTABLE_NAME} |
Qty. |
Prod. Qty. |
{$MOD.LBL_EDITTABLE_PRICE} |
Stock |
{$MOD.LBL_EDITTABLE_TOTAL} |
{$MOD.LBL_EDITTABLE_OPTIONS} |
',
)
),
),
'LBL_TEXTS_TAB'=> array(
array(array('name' => 'header_text', 'label' => 'LBL_HEADER_TEXT', 'customCode' => '{$MFP.footer}
'),),
array(array('name' => 'footer_text', 'label' => 'LBL_FOOTER_TEXT','customCode' => '{$MFP.header}
'),),
array(array('name' => 'ads_text', 'label' => 'LBL_ADS_TEXT','customCode' => '{$MFP.ads}
'),),
),
'LBL_PREVIEW_TAB'=> array(
array(
array(
'name' => 'preview_panel',
'allCols' => true,
'hideLabel' => true,
'customCode' => ''
),
),
),
),
);
?>