stable

Clone or download

Read-only

Refactoring: Remove legacy class DivBasedTabbedLayout

Part of story #10173: Have multiple dashboards * If no theme available then raise an exception instead of loading half of a theme. * DivBasedTabbedLayout is no more Change-Id: I8b2665eb646cf8dd513ec8f464a709b431d44ae4

Modified Files

Name
M plugins/docman/include/Docman_Controller.class.php +1 −2 Go to diff View file
A plugins/docman/include/ResponseFeedbackWrapper.php +29 −0 Go to diff View file
M plugins/docman/include/autoload.php +3 −2 Go to diff View file
M src/common/autoload.php +2 −4 Go to diff View file
D src/common/layout/BuildMenuVisitor.class.php +0 −73 Go to diff View file
D src/common/layout/DivBasedTabbedLayout.class.php +0 −444 Go to diff View file
M src/common/layout/Layout.class.php +2 −12 Go to diff View file
M src/common/layout/ThemeManager.class.php +4 −2 Go to diff View file
M src/www/include/pre.php +2 −4 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −2 Go to diff View file