stable

Clone or download

Read-only

Use FlamingParrot variant for BurningParrot

Part of story #9197: Get rid of Bootstrap in site admin As site admin, choose a variant for FlamingParrot theme (ex: DarkPurple). Change the theme and use BurningParrot. Go to site-admin, ex: https://tuleap_web_1.tuleap-aio-dev.docker/admin/permission_delegation.php View the source of the page, the loaded css should be (in case you choose DarkPurple or Purple): <link rel="stylesheet" type="text/css" href="/themes/common/tlp/dist/tlp-purple.min.css" /> The variant chooser for BurningParrot will be done later. Change-Id: Ieb1ca4e4d8ac688dc9cbdd04324f2f85495ea6c6

Modified Files

Name
M src/common/layout/ThemeManager.class.php +13 −13 Go to diff View file
M src/www/include/utils.php +1 −1 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +7 −2 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenter.php +36 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/header.mustache +1 −1 Go to diff View file