stable

Clone or download

Read-only

Extract a Header presenter

This is part of story #9587: Get rid of Bootstrap in site admin / statistics How to test this: 'Frequencies' and 'Service usage' tabs should be 'active' when on the respective pages Change-Id: I612574bcb977e116dd254c81e75ea5424af46964

Modified Files

Name
A plugins/statistics/include/AdminHeaderPresenter.php +54 −0 Go to diff View file
M plugins/statistics/include/FrequenciesPresenter.php +6 −12 Go to diff View file
M plugins/statistics/include/ServiceUsagePresenter.php +7 −14 Go to diff View file
M plugins/statistics/include/autoload.php +3 −2 Go to diff View file
A plugins/statistics/templates/admin-header.mustache +20 −0 Go to diff View file
R plugins/statistics/templates/admin.mustache Go to diff View file
M plugins/statistics/templates/service-usage.mustache +4 −9 Go to diff View file
M plugins/statistics/www/index.php +7 −1 Go to diff View file
M plugins/statistics/www/services_usage.php +8 −2 Go to diff View file