Merge branch 'ent-13362-opciones-de-Type-of-module-charts-sin-estilo-visual-actual' into 'develop'
Ent 13362 opciones de type of module charts sin estilo visual actual See merge request artica/pandorafms!7228
This commit is contained in:
commit
3de22c2fd3
|
@ -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