Project

General

Profile

Actions

Story #62606

closed

Epic #62041: twbs Bootstrap backend, refactor EXT:t3skin and HTML5 output

Refactor FlashMessages to TWBS alternatives

Added by Mathias Schreiber almost 10 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-11-01
Due date:
% Done:

100%

Estimated time:
(Total: 0.00 h)
TYPO3 Version:
7
PHP Version:
Tags:
Sprint Focus:

Description

FlashMessages should be refactored to be compliant with TWBS alert boxes or Panels.

Right now FlashMessages are mis-used for different kinds of information.

A FlashMessage is a container for temporary information often closely bound to an action a user just did.
A Panel is an container that holds permanent information that needs emphasize this particular part of information as "important".

So an alert (FlashMessage) should always be dismissible.
This way we don't need to take care of making an alert optionally dismissible and create a strong default.

Another story are parts like the reports module.
Here FlashMessages were mis-used because up to now there was no other standard of highlighting a piece of information as success, notice, alert, danger.

The task is to check each use of FlashMessages (about 800 occurrences at the time of writing) and make sure whether this FlashMessage is really a FlashMessage or if it is some mis-used occurrence.

Reference:
http://getbootstrap.com/components/#alerts
http://getbootstrap.com/components/#panels

In order to make Alerts dismissible alert.js from TWBS needs to be loaded into the BE.


Subtasks 3 (0 open3 closed)

Task #62614: Refactor Reports ModuleClosedFrank Nägler2014-11-01

Actions
Task #62678: Module: DB-Check > Manage Reference IndexClosedFrank Nägler2014-11-04

Actions
Task #62679: Module: Scheduler > Setup checkClosed2014-11-04

Actions
Actions

Also available in: Atom PDF