forked from Wavyzz/dolibarr
NEW #21395 : Added picto text to inform that option does not work with all themes
This commit is contained in:
@@ -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>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2281,4 +2281,5 @@ IfThisCategoryIsChildOfAnother=If this category is a child of another one
|
|||||||
DarkThemeMode=Dark theme mode
|
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
|
||||||
@@ -2266,4 +2266,5 @@ UrlSocialNetworksDesc=Url link of social network. Use {socialid} for the variabl
|
|||||||
DarkThemeMode=Mode thème sombre
|
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
|
||||||
Reference in New Issue
Block a user