#13362 Fixed visual styling for Type of module charts options
This commit is contained in:
parent
7e6a84ad45
commit
8174862b8e
|
@ -1301,10 +1301,9 @@ $table_chars->data[$row][] = html_print_label_input_block(
|
|||
'content' => html_print_div(
|
||||
[
|
||||
'class' => '',
|
||||
'content' => __('Area').' '.html_print_radio_button(
|
||||
'content' => __('Area').' '.html_print_checkbox_switch(
|
||||
'type_module_charts',
|
||||
'area',
|
||||
'',
|
||||
$config['type_module_charts'] == 'area',
|
||||
true
|
||||
),
|
||||
|
@ -1313,10 +1312,9 @@ $table_chars->data[$row][] = html_print_label_input_block(
|
|||
).html_print_div(
|
||||
[
|
||||
'class' => '',
|
||||
'content' => __('Line').' '.html_print_radio_button(
|
||||
'content' => __('Line').' '.html_print_checkbox_switch(
|
||||
'type_module_charts',
|
||||
'line',
|
||||
'',
|
||||
$config['type_module_charts'] != 'area',
|
||||
true
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue