[TASK] Move record list clipboard and searchbox toggles to view settings
With this patch, we are starting to declutter the record list. The search box and Clipboard toggles are now available in the "View" settings of the record list view. This change follows the pattern we already introduced in the file list. For the search box, the level selector is now always visible. Resolves: #99895 Releases: main Change-Id: I55cd65f3eda491d44199d9886610c4d6135acc38 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77793 Tested-by:core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- Build/Sources/Sass/backend.scss 1 addition, 0 deletionsBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/component/_recordsearchbox.scss 10 additions, 0 deletionsBuild/Sources/Sass/component/_recordsearchbox.scss
- Build/Sources/TypeScript/backend/drag-uploader.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/drag-uploader.ts
- Build/Sources/TypeScript/backend/live-search/element/show-all.ts 1 addition, 1 deletion...ources/TypeScript/backend/live-search/element/show-all.ts
- Build/Sources/TypeScript/backend/record-search.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/record-search.ts
- Build/Sources/TypeScript/backend/recordlist.ts 0 additions, 15 deletionsBuild/Sources/TypeScript/backend/recordlist.ts
- typo3/sysext/backend/Classes/Controller/RecordListController.php 94 additions, 67 deletions...ysext/backend/Classes/Controller/RecordListController.php
- typo3/sysext/backend/Classes/ElementBrowser/DatabaseBrowser.php 3 additions, 4 deletions...sysext/backend/Classes/ElementBrowser/DatabaseBrowser.php
- typo3/sysext/backend/Classes/ElementBrowser/FileBrowser.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/ElementBrowser/FileBrowser.php
- typo3/sysext/backend/Classes/LinkHandler/RecordLinkHandler.php 3 additions, 5 deletions.../sysext/backend/Classes/LinkHandler/RecordLinkHandler.php
- typo3/sysext/backend/Classes/RecordList/DatabaseRecordList.php 3 additions, 3 deletions.../sysext/backend/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/backend/Classes/View/RecordSearchBoxComponent.php 1 addition, 1 deletion.../sysext/backend/Classes/View/RecordSearchBoxComponent.php
- typo3/sysext/backend/Configuration/Backend/Modules.php 1 addition, 0 deletionstypo3/sysext/backend/Configuration/Backend/Modules.php
- typo3/sysext/backend/Resources/Private/Templates/RecordList.html 2 additions, 22 deletions...ysext/backend/Resources/Private/Templates/RecordList.html
- typo3/sysext/backend/Resources/Private/Templates/RecordSearchBox.html 40 additions, 0 deletions.../backend/Resources/Private/Templates/RecordSearchBox.html
- typo3/sysext/backend/Resources/Private/Templates/Search.html 0 additions, 48 deletionstypo3/sysext/backend/Resources/Private/Templates/Search.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/drag-uploader.js 1 addition, 1 deletion...sext/backend/Resources/Public/JavaScript/drag-uploader.js
- typo3/sysext/backend/Resources/Public/JavaScript/live-search/element/show-all.js 1 addition, 1 deletion...sources/Public/JavaScript/live-search/element/show-all.js
- typo3/sysext/backend/Resources/Public/JavaScript/record-search.js 1 addition, 1 deletion...sext/backend/Resources/Public/JavaScript/record-search.js
Please register or sign in to comment