[TASK] Add missing tooltips in various modules
This (re)adds various tooltips through the backend to further increase the accessibility. Especially for buttons that have a different meaning than normal in a particular context. In most cases, they were simply missed but some of them referenced to not longer existing locallang keys or to locallang keys of another sysext which is no dependency of the one where it is referenced. The tooltips are (re)added at following places: - Creating new content element in ext:core new record view - Multiple buttons in ext:core element information modal - Multiple buttons in ext:beuser listing and compare view - Multiple buttons in ext:form form management and form editor view - Multiple buttons in ext:info pagetree overview - New content element record button in ext:recordlist listing view - View redirect button in ext:redirect listing view Resolves: #89566 Releases: master Change-Id: I66cd16413b0e4f188627df06f233a0bba73c3056 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62175 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Reviewed-by:
Susanne Moog <look@susi.dev>
Showing
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 2 additions, 1 deletion...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 3 additions, 3 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Resources/Private/Language/locallang_layout.xlf 6 additions, 0 deletions...t/backend/Resources/Private/Language/locallang_layout.xlf
- typo3/sysext/backend/Resources/Private/Templates/ContentElement/ElementInformation.html 4 additions, 4 deletions.../Private/Templates/ContentElement/ElementInformation.html
- typo3/sysext/beuser/Resources/Private/Language/locallang.xlf 11 additions, 2 deletionstypo3/sysext/beuser/Resources/Private/Language/locallang.xlf
- typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html 7 additions, 5 deletions.../Resources/Private/Partials/BackendUser/IndexListRow.html
- typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html 2 additions, 2 deletions...beuser/Resources/Private/Templates/BackendUser/Index.html
- typo3/sysext/core/Resources/Private/Language/locallang_core.xlf 3 additions, 0 deletions...sysext/core/Resources/Private/Language/locallang_core.xlf
- typo3/sysext/form/Resources/Private/Backend/Templates/FormEditor/Index.html 4 additions, 4 deletions...Resources/Private/Backend/Templates/FormEditor/Index.html
- typo3/sysext/form/Resources/Private/Backend/Templates/FormManager/Index.html 1 addition, 1 deletion...esources/Private/Backend/Templates/FormManager/Index.html
- typo3/sysext/form/Resources/Private/Language/Database.xlf 12 additions, 0 deletionstypo3/sysext/form/Resources/Private/Language/Database.xlf
- typo3/sysext/info/Resources/Private/Language/InfoPageTsConfig.xlf 0 additions, 3 deletions...sext/info/Resources/Private/Language/InfoPageTsConfig.xlf
- typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php 3 additions, 1 deletion...sext/recordlist/Classes/RecordList/DatabaseRecordList.php
- typo3/sysext/redirects/Resources/Private/Language/locallang_module_redirect.xlf 3 additions, 0 deletions.../Resources/Private/Language/locallang_module_redirect.xlf
- typo3/sysext/redirects/Resources/Private/Templates/Management/Overview.html 1 addition, 1 deletion...ects/Resources/Private/Templates/Management/Overview.html
Please register or sign in to comment