mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 10:59:15 +02:00
Fixed bug in visual styles configuration
This commit is contained in:
parent
f413ae18b2
commit
c131c631d4
@ -865,7 +865,7 @@ $row++;
|
|||||||
$table_other->data[$row][0] = __('Show only the group name');
|
$table_other->data[$row][0] = __('Show only the group name');
|
||||||
$table_other->data[$row][0] .= ui_print_help_tip(
|
$table_other->data[$row][0] .= ui_print_help_tip(
|
||||||
__('Show the group name instead the group icon.'), true);
|
__('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);
|
$config['show_group_name'], true);
|
||||||
$row++;
|
$row++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user