stable

Clone or download

Read-only

Style the pagination

Part of story #9197: Get rid of Bootstrap in site admin Go to system event monitor page[1], you should have a pagination that looks like the one displayed in the documentation[2]. The style of the pagination should be approved by the UXD. The layout is broken on other themes than BurningParrot. [1] https://tuleap_web_1.tuleap-aio-dev.docker/admin/system_events/ [2] https://tuleap_web_1.tuleap-aio-dev.docker/themes/common/tlp/doc/#pagination Change-Id: Ie7c0df59783e5463b96dd304a483f0a1f063d99e

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/layout/Layout.class.php +0 −1 Go to diff View file
A src/common/layout/PaginationPresenter.php +56 −0 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +15 −19 Go to diff View file
A src/templates/pagination.mustache +11 −0 Go to diff View file
M src/www/themes/common/tlp/doc/index.html +20 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +1 −0 Go to diff View file
A src/www/themes/common/tlp/src/scss/pagination.scss +64 −0 Go to diff View file