Project

General

Profile

Task #95098

Updated by Mathias Brodala over 2 years ago

I am aware of 4 wizards: 

 1. new content element wizard (page module) 
 2. translation wizard (page module) 
 3. new dashboard wizard 
 4. new form wizard 

 The severity of those modals and the primary buttons (if available) are declared as follows: 

 1. new content element wizard 
 * modal: notice 
 * button: n/a 

 2. translation wizard 
 * modal: notice 
 * button: info 

 3. new dashboard wizard 
 * modal: notice 
 * button: warning 

 4. new form wizard 
 * modal: info 
 * button: info 

 The seerities are described as follows: 

 * notice: non-actionable statement 
 * info: actionable statement 
 * warning: negative conotation, something will "go wrong" 
 * error: negative conotation, something "went already wrong" 

 This should be 
 a) fixed 
 b) somehow documented 

 Regarding a) IMHO the severity "info" would be the way to go since the modals require actions/ are actionable. As it can be seen in the new dashboard modal the severity is used for styling purposes: 

 !dashboard.png! 

 purposes. This must never be the case. As we all know: form follows function (semantic) :). 
 That said, further adaptions to the styling of those severities could be made.

Back