stable

Clone or download

Read-only

Style Page top users

This is a part of story #9587 Get rid of Bootstrap in site admin / statistics To test this: Go to Siteadmin Statistics > Disk usage > Top users Change-Id: I87813f61bad9003f060c3378166a29e9b6eadf56

Modified Files

Name
M plugins/statistics/include/DiskUsageRouter.php +31 −1 Go to diff View file
A plugins/statistics/include/DiskUsageTopUsersPresenter.php +56 −0 Go to diff View file
A plugins/statistics/include/DiskUsageTopUsersPresenterBuilder.php +93 −0 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +15 −38 Go to diff View file
M plugins/statistics/include/autoload.php +4 −2 Go to diff View file
M plugins/statistics/site-content/en_US/statistics.tab +4 −4 Go to diff View file
M plugins/statistics/site-content/fr_FR/statistics.tab +4 −4 Go to diff View file
A plugins/statistics/templates/disk-usage-top-users.mustache +87 −0 Go to diff View file
M plugins/statistics/www/disk_usage.php +8 −19 Go to diff View file
M plugins/statistics/www/themes/BurningParrot/css/_statistics.scss +18 −5 Go to diff View file