[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:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/Sass/module/_recycler.scss 4 additions, 0 deletionsBuild/Sources/Sass/module/_recycler.scss
- Build/Sources/Sass/module/_workspaces.scss 4 additions, 0 deletionsBuild/Sources/Sass/module/_workspaces.scss
- Build/Sources/TypeScript/recycler/Resources/Public/TypeScript/Recycler.ts 8 additions, 28 deletions...peScript/recycler/Resources/Public/TypeScript/Recycler.ts
- Build/Sources/TypeScript/workspaces/Resources/Public/TypeScript/Backend.ts 7 additions, 7 deletions...eScript/workspaces/Resources/Public/TypeScript/Backend.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/recycler/Resources/Public/JavaScript/Recycler.js 1 addition, 1 deletion...3/sysext/recycler/Resources/Public/JavaScript/Recycler.js
- typo3/sysext/workspaces/Resources/Public/JavaScript/Backend.js 1 addition, 1 deletion.../sysext/workspaces/Resources/Public/JavaScript/Backend.js
Please register or sign in to comment