always show card header of widgets as in editMode but enable certain tools only when actually in editMode. editMode is active for dashboard not for section; less paddings overall in dashboard; deleted Section headers and put cog besides personal greeting; reformatted name var for greeting into generic viewData property;

This commit is contained in:
Johann Hoffmann
2024-11-19 17:07:05 +01:00
parent ad7b43f8a8
commit d8af18673c
13 changed files with 77 additions and 47 deletions
+20
View File
@@ -37136,6 +37136,26 @@ array(
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'personalGreeting',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "{0}'s persönliches Dashboard",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "{0}'s personal Dashboard",
'description' => '',
'insertvon' => 'system'
)
)
)
// CIS4 phrases from legacy code end
);