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:
commit
1a1d847cee
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue