[TASK] Streamline recordlisting appearance
This patch aligns the appearance of the record list with panels in the backend. - Align checkboxes for multi record selection properly - Streamline recordlist header actions - Streamline first and last child edge padding - Make typo3-backend-new-content-element-wizard-button component immitate button behaviour - Make typo3-recordlist-record-download-button component immitate button behaviour - Correct action spacing in page module Resolves: #99865 Releases: main Change-Id: I7cf439cf9aac1fabf54f76cb7f1cb496e4584620 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77751 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/Sources/Sass/_legacy.scss 6 additions, 0 deletionsBuild/Sources/Sass/_legacy.scss
- Build/Sources/Sass/backend.scss 1 addition, 1 deletionBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/component/_dropdown.scss 5 additions, 0 deletionsBuild/Sources/Sass/component/_dropdown.scss
- Build/Sources/Sass/component/_panel.scss 3 additions, 3 deletionsBuild/Sources/Sass/component/_panel.scss
- Build/Sources/Sass/component/_recordlist.scss 80 additions, 0 deletionsBuild/Sources/Sass/component/_recordlist.scss
- Build/Sources/Sass/component/_root.scss 2 additions, 0 deletionsBuild/Sources/Sass/component/_root.scss
- Build/Sources/Sass/component/_table.scss 11 additions, 0 deletionsBuild/Sources/Sass/component/_table.scss
- Build/Sources/Sass/module/_page.scss 1 addition, 3 deletionsBuild/Sources/Sass/module/_page.scss
- Build/Sources/Sass/typo3/_main_form.scss 0 additions, 4 deletionsBuild/Sources/Sass/typo3/_main_form.scss
- Build/Sources/Sass/typo3/structure/_module_web_list.scss 0 additions, 39 deletionsBuild/Sources/Sass/typo3/structure/_module_web_list.scss
- Build/Sources/TypeScript/backend/element/icon-element.ts 9 additions, 1 deletionBuild/Sources/TypeScript/backend/element/icon-element.ts
- Build/Sources/TypeScript/backend/new-content-element-wizard-button.ts 18 additions, 2 deletions...s/TypeScript/backend/new-content-element-wizard-button.ts
- Build/Sources/TypeScript/backend/record-download-button.ts 17 additions, 1 deletionBuild/Sources/TypeScript/backend/record-download-button.ts
- typo3/sysext/backend/Classes/ElementBrowser/FileBrowser.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/ElementBrowser/FileBrowser.php
- typo3/sysext/backend/Classes/RecordList/DatabaseRecordList.php 72 additions, 87 deletions.../sysext/backend/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html 3 additions, 5 deletions...ources/Private/Partials/PageLayout/Grid/ColumnHeader.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record.html 3 additions, 5 deletions...backend/Resources/Private/Partials/PageLayout/Record.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 2 additions, 2 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/element/icon-element.js 10 additions, 2 deletions...ckend/Resources/Public/JavaScript/element/icon-element.js
- typo3/sysext/backend/Resources/Public/JavaScript/new-content-element-wizard-button.js 1 addition, 1 deletion...es/Public/JavaScript/new-content-element-wizard-button.js
Please register or sign in to comment