mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-6175-10434-problemas-con-la-creacion-y-asignacion-de-componentes-locales-en-el-campo-unit' into 'develop'
Ent 6175 10434 problemas con la creacion y asignacion de componentes locales en el campo unit See merge request artica/pandorafms!3452
This commit is contained in:
commit
e8d628a049
@ -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