stable

Clone or download

Read-only

Style on git > mirrors

This is a part of story #9585 Get rid of Bootstrap in site admin / plugins To test: On Git > Mirrors you can see list of mirrors in tlp-pane. For the moment there isn't possible actions on buttons. Change-Id: I4e42376d999a09b4f64b7e4479eb33a46253d6ce

Modified Files

Name
M plugins/git/build-manifest.json +9 −2 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +10 −0 Go to diff View file
M plugins/git/include/Git/AdminMirrorListPresenter.class.php +8 −4 Go to diff View file
M plugins/git/include/Git/AdminMirrorPresenter.class.php +4 −0 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDao.class.php +16 −0 Go to diff View file
M plugins/git/include/Git/Mirror/MirrorDataMapper.class.php +8 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +2 −1 Go to diff View file
M plugins/git/site-content/en_US/git.tab +4 −1 Go to diff View file
M plugins/git/site-content/fr_FR/git.tab +4 −1 Go to diff View file
M plugins/git/templates/admin-plugin-mirrors.mustache +95 −82 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/_git.scss +63 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style-blue.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style-gray.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style-green.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style-orange.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style-purple.scss +22 −0 Go to diff View file
A plugins/git/www/themes/BurningParrot/css/style-red.scss +22 −0 Go to diff View file
D plugins/git/www/themes/BurningParrot/css/style.scss +0 −17 Go to diff View file
M plugins/openidconnectclient/www/themes/BurningParrot/css/_openidconnectclient.scss +1 −1 Go to diff View file