Merge branch '3045-Falta-un-botón-en-Visual-Styles' into 'develop'

Fixed bug in visual styles configuration

See merge request artica/pandorafms!1944
This commit is contained in:
vgilc 2018-11-07 16:46:49 +01:00
commit 1a1d847cee
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++;