mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed bug in unit field
This commit is contained in:
parent
410d517a92
commit
a70fc200b7
@ -535,20 +535,30 @@ $table_advanced->data[0][1] = html_print_input_text(
|
|||||||
);
|
);
|
||||||
|
|
||||||
$table_advanced->data[0][3] = __('Unit');
|
$table_advanced->data[0][3] = __('Unit');
|
||||||
// $table_advanced->data[1][4] = html_print_input_text ('unit', $unit, '', 20, 65, true,
|
$table_advanced->data[0][4] = html_print_input_text (
|
||||||
// $disabledBecauseInPolicy, false, '', $classdisabledBecauseInPolicy);
|
|
||||||
// $table_advanced->colspan[1][4] = 3;
|
|
||||||
$table_advanced->data[0][4] = html_print_extended_select_for_unit(
|
|
||||||
'unit',
|
'unit',
|
||||||
$unit,
|
$unit,
|
||||||
'',
|
'',
|
||||||
'',
|
20,
|
||||||
'0',
|
65,
|
||||||
false,
|
|
||||||
true,
|
true,
|
||||||
|
$disabledBecauseInPolicy,
|
||||||
false,
|
false,
|
||||||
false
|
'',
|
||||||
|
$classdisabledBecauseInPolicy
|
||||||
);
|
);
|
||||||
|
// $table_advanced->colspan[1][4] = 3;
|
||||||
|
//$table_advanced->data[0][4] = html_print_extended_select_for_unit(
|
||||||
|
// 'unit',
|
||||||
|
// $unit,
|
||||||
|
// '',
|
||||||
|
// '',
|
||||||
|
// '0',
|
||||||
|
// false,
|
||||||
|
// true,
|
||||||
|
// false,
|
||||||
|
// false
|
||||||
|
//);
|
||||||
$table_advanced->colspan[0][4] = 3;
|
$table_advanced->colspan[0][4] = 3;
|
||||||
|
|
||||||
$module_id_policy_module = 0;
|
$module_id_policy_module = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user