mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#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(
|
'content' => html_print_div(
|
||||||
[
|
[
|
||||||
'class' => '',
|
'class' => '',
|
||||||
'content' => __('Area').' '.html_print_radio_button(
|
'content' => __('Area').' '.html_print_checkbox_switch(
|
||||||
'type_module_charts',
|
'type_module_charts',
|
||||||
'area',
|
'area',
|
||||||
'',
|
|
||||||
$config['type_module_charts'] == 'area',
|
$config['type_module_charts'] == 'area',
|
||||||
true
|
true
|
||||||
),
|
),
|
||||||
@ -1313,10 +1312,9 @@ $table_chars->data[$row][] = html_print_label_input_block(
|
|||||||
).html_print_div(
|
).html_print_div(
|
||||||
[
|
[
|
||||||
'class' => '',
|
'class' => '',
|
||||||
'content' => __('Line').' '.html_print_radio_button(
|
'content' => __('Line').' '.html_print_checkbox_switch(
|
||||||
'type_module_charts',
|
'type_module_charts',
|
||||||
'line',
|
'line',
|
||||||
'',
|
|
||||||
$config['type_module_charts'] != 'area',
|
$config['type_module_charts'] != 'area',
|
||||||
true
|
true
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user