Removed empty help icons in local components

This commit is contained in:
manuel 2019-05-27 17:13:25 +02:00
parent bf3ac73feb
commit 513a74d120
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if (enterprise_installed()) {
'basic' => __('Basic'),
'advanced' => __('Advanced'),
];
$table->data[0][3] = html_print_select($wizard_levels, 'wizard_level', $wizard_level, '', '', -1, true, false, false);
$table->data[0][3] = html_print_select($wizard_levels, 'wizard_level', $wizard_level, '', '', -1, true, false, false).' '.ui_print_help_icon('meta_access', true);
} else {
$table->data[0][2] = '';
$table->data[0][3] = html_print_input_hidden('wizard_level', $wizard_level, true);