mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°3936 - Add user preference to choose backoffice theme
This commit is contained in:
@@ -371,3 +371,9 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Person:personal_info' => 'Personal information',
|
||||
'Person:notifiy' => 'Notification',
|
||||
));
|
||||
|
||||
// Themes
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'theme:fullmoon' => 'Full moon 🌕',
|
||||
'theme:test-red' => 'Test instance (Red)',
|
||||
));
|
||||
|
||||
@@ -381,3 +381,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Person:personal_info' => 'Informations personnelles',
|
||||
'Person:notifiy' => 'Notification',
|
||||
));
|
||||
|
||||
// Themes
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'theme:fullmoon' => 'Full moon 🌕',
|
||||
'theme:test-red' => 'Instance de test (Rouge)',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user