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 { } else {
print $listofdarkmodes[isset($conf->global->THEME_DARKMODEENABLED) ? $conf->global->THEME_DARKMODEENABLED : 0]; print $listofdarkmodes[isset($conf->global->THEME_DARKMODEENABLED) ? $conf->global->THEME_DARKMODEENABLED : 0];
} }
print $form->textwithpicto('', $langs->trans("DoesNotWorkWithAllThemes"));
print '</tr>'; print '</tr>';
} }

View File

@@ -2282,3 +2282,4 @@ DarkThemeMode=Dark theme mode
AlwaysDisabled=Always disabled AlwaysDisabled=Always disabled
AccordingToBrowser=According to browser AccordingToBrowser=According to browser
AlwaysEnabled=Always Enabled AlwaysEnabled=Always Enabled
DoesNotWorkWithAllThemes=Will not work with all themes

View File

@@ -2267,3 +2267,4 @@ DarkThemeMode=Mode thème sombre
AlwaysDisabled=Toujours désactivé AlwaysDisabled=Toujours désactivé
AccordingToBrowser=Selon le navigateur AccordingToBrowser=Selon le navigateur
AlwaysEnabled=Toujours activé AlwaysEnabled=Toujours activé
DoesNotWorkWithAllThemes=Ne fonctionne pas avec tous les thèmes