stable

Clone or download

Read-only

Style project quota

Part of story #9587: Get rid of Bootstrap in site admin / statistics https://tuleap-web.tuleap-aio-dev.docker/plugins/statistics/project_quota.php Change-Id: Iba749aff61b541120fe82e99fde400d322a377da

Modified Files

Name
M plugins/statistics/include/ProjectQuotaHtml.class.php +81 −197 Go to diff View file
M plugins/statistics/include/ProjectQuotaManager.class.php +12 −42 Go to diff View file
A plugins/statistics/include/ProjectQuotaPresenter.php +110 −0 Go to diff View file
M plugins/statistics/include/Statistics_ProjectQuotaDao.class.php +4 −11 Go to diff View file
M plugins/statistics/include/autoload.php +3 −2 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +16 −3 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +17 −3 Go to diff View file
A plugins/statistics/templates/project-quota-add-modal.mustache +69 −0 Go to diff View file
A plugins/statistics/templates/project-quota-delete-modal.mustache +28 −0 Go to diff View file
A plugins/statistics/templates/project-quota-details-modal.mustache +42 −0 Go to diff View file
A plugins/statistics/templates/project-quota.mustache +111 −0 Go to diff View file
M plugins/statistics/www/js/admin.js +28 −4 Go to diff View file
M plugins/statistics/www/project_quota.php +28 −10 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +66 −13 Go to diff View file