#11435 Add height auto
This commit is contained in:
parent
32e9517703
commit
a662a7012a
|
@ -186,7 +186,7 @@ $generalTitleContent[] = html_print_div([ 'class' => 'section_table_title', 'con
|
||||||
$titledata[0] = html_print_div(['class' => 'flex-row-center', 'content' => implode('', $generalTitleContent) ], true);
|
$titledata[0] = html_print_div(['class' => 'flex-row-center', 'content' => implode('', $generalTitleContent) ], true);
|
||||||
$table->data['general_title'] = $titledata;
|
$table->data['general_title'] = $titledata;
|
||||||
$table->data[0][0] = '<span class="font-title-font">'.__('Fields available').'</span>';
|
$table->data[0][0] = '<span class="font-title-font">'.__('Fields available').'</span>';
|
||||||
$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px');
|
$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px; height: auto');
|
||||||
$table->data[1][1] = '<a href="javascript:">'.html_print_image(
|
$table->data[1][1] = '<a href="javascript:">'.html_print_image(
|
||||||
'images/darrowright.png',
|
'images/darrowright.png',
|
||||||
true,
|
true,
|
||||||
|
@ -220,7 +220,7 @@ $table->data[1][2] = html_print_select(
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width: 300px'
|
'width: 300px; height: auto'
|
||||||
);
|
);
|
||||||
|
|
||||||
echo '<form id="custom_status_monitor" method="post" action="index.php?sec=view&sec2=operation/agentes/status_monitor§ion=fields&pure='.$config['pure'].'" class="max_floating_element_size">';
|
echo '<form id="custom_status_monitor" method="post" action="index.php?sec=view&sec2=operation/agentes/status_monitor§ion=fields&pure='.$config['pure'].'" class="max_floating_element_size">';
|
||||||
|
|
|
@ -125,7 +125,7 @@ foreach ($fields_available as $key => $available) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$table->data[0][0] = '<b>'.__('Fields available').'</b>';
|
$table->data[0][0] = '<b>'.__('Fields available').'</b>';
|
||||||
$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px');
|
$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px; height: auto');
|
||||||
$table->data[1][1] = '<a href="javascript:">'.html_print_image(
|
$table->data[1][1] = '<a href="javascript:">'.html_print_image(
|
||||||
'images/arrow@svg.svg',
|
'images/arrow@svg.svg',
|
||||||
true,
|
true,
|
||||||
|
@ -160,7 +160,7 @@ $table->data[1][2] = '<div class="flex_justify">'.html_print_select(
|
||||||
false,
|
false,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'width: 300px'
|
'width: 300px; height: auto'
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data[1][2] .= '<div id="sort_arrows" class="flex-column">';
|
$table->data[1][2] .= '<div id="sort_arrows" class="flex-column">';
|
||||||
|
|
Loading…
Reference in New Issue