User tests: Successful: Unsuccessful:
Similar to #21306 but for the admin
The aim of this PR is to make the pagination seen in list views in the front end accessible - there are no visual changes
Note 1
that the disabled links will not be announced to a screen reader which is the intended behaviour
Note 2
the list is an unordered list which appears to be the standard as otherwise the links would be announced as Link 1 go to page 2 etc which is nonsense
administrator\templates\atum\html\pagination.php
removed - we dont need an override
layouts\joomla\pagination\links.php
Made similar to list and set showlimitbox to false (looks like legacy code to me)
** administrator\templates\atum\scss\blocks_layout.css
new file with just the styling used in the front end
Should be testable with patchtester but make sure that the template override has been deleted
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) Layout |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-08 12:15:34 |
Closed_By | ⇒ | wilsonge |
woohoo - my todo list is getting shorter
Thanks!