2
0
forked from Wavyzz/dolibarr

NEW #21395 : Added picto text to inform that option does not work with all themes

This commit is contained in:
Faustin
2022-06-27 16:18:54 +02:00
parent d7d02fee9a
commit 3e66ca1636
3 changed files with 5 additions and 2 deletions

View File

@@ -472,6 +472,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
} else {
print $listofdarkmodes[isset($conf->global->THEME_DARKMODEENABLED) ? $conf->global->THEME_DARKMODEENABLED : 0];
}
print $form->textwithpicto('', $langs->trans("DoesNotWorkWithAllThemes"));
print '</tr>';
}