Fixed bug in visual styles configuration

This commit is contained in:
manuel.montes 2018-11-07 16:34:09 +01:00
parent f413ae18b2
commit c131c631d4
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ $row++;
$table_other->data[$row][0] = __('Show only the group name');
$table_other->data[$row][0] .= ui_print_help_tip(
__('Show the group name instead the group icon.'), true);
html_print_checkbox('show_group_name', 1,
$table_other->data[$row][1] = html_print_checkbox('show_group_name', 1,
$config['show_group_name'], true);
$row++;