array (
'form' => array (
'buttons'=>array('SAVE', 'CANCEL',),
),
'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'),
),
),
'panels' => array (
'LBL_DETAILS' => array(
array(
'name',
'assigned_user_name'
),
array(
array(
'name' => 'days',
'tabindex' => 'd',
'customCode' => '',
),
''
),
array(
array(
'name' => 'discount',
'tabindex' => 'd',
'customCode' => ' % {$MOD.LBL_DISCOUNT_IF} {$MOD.LBL_DISCOUNT_DAYS_}',
),
'payment_method',
),
//array('weight_from','weight_to'),
//array('price'),
),
'LBL_DOCUMENT_TEXTS' => array(
array(
array(
'hideLabel' => true,
'customCode' => '{$translations}',
)
),
),
),
);
?>