Skip to content
Snippets Groups Projects
Commit 3de60cb7 authored by Jochen Roth's avatar Jochen Roth Committed by Oliver Bartsch
Browse files

[BUGFIX] Align pagination in recycler and workspaces

EXT:recycler and EXT:workspaces use nearly the same
code for their custom JavaScript based pagination.

Therefore, both are adjusted accordingly.

All buttons are now always equal height, since
the "page-link" class now uses the full parent
container space.

The prev / next buttons now use the TYPO3 icon
element instead of font awesome, making additional
classes superfluous.

All buttons are now "buttons", since they do not
contain a target. This also brings previously
missing user agent styles, such as cursor:pointer.
Also the full area is now clickable.

Additionally, a left over code block from #81086
is removed in the Recycler JavaScript module.

Resolves: #95251
Releases: master
Change-Id: I5456d0edd566cdc6dc3fb3a8e26d7dc959bd27f4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71104


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent be8931bc
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment