[TASK] Connect labels with its select fields in various modules
Extend BackendUtility::getDropdownMenu() for the possibility to add the "id" of the select element. This allows to connect a corresponding label, improving accessibility. This is done for the info and template module. Resolves: #97318 Releases: main Change-Id: I766e55b14e58f164c06d21f4490a22a33393b6c4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74199 Tested-by:core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 5 additions, 3 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php 1 addition, 1 deletion...Classes/Controller/InfoPageTyposcriptConfigController.php
- typo3/sysext/info/Classes/Controller/PageInformationController.php 2 additions, 2 deletions...ext/info/Classes/Controller/PageInformationController.php
- typo3/sysext/info/Classes/Controller/TranslationStatusController.php 2 additions, 2 deletions...t/info/Classes/Controller/TranslationStatusController.php
- typo3/sysext/info/Resources/Private/Partials/PageTsConfig/Page.html 1 addition, 1 deletion...xt/info/Resources/Private/Partials/PageTsConfig/Page.html
- typo3/sysext/info/Resources/Private/Templates/PageInformation.html 6 additions, 2 deletions...ext/info/Resources/Private/Templates/PageInformation.html
- typo3/sysext/info/Resources/Private/Templates/TranslationStatus.html 6 additions, 2 deletions...t/info/Resources/Private/Templates/TranslationStatus.html
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptConstantEditorController.php 1 addition, 1 deletion...Classes/Controller/TypoScriptConstantEditorController.php
- typo3/sysext/tstemplate/Classes/Controller/TypoScriptObjectBrowserController.php 3 additions, 3 deletions.../Classes/Controller/TypoScriptObjectBrowserController.php
- typo3/sysext/tstemplate/Resources/Private/Templates/ConstantEditor.html 1 addition, 1 deletion...stemplate/Resources/Private/Templates/ConstantEditor.html
- typo3/sysext/tstemplate/Resources/Private/Templates/TemplateObjectBrowser.html 4 additions, 2 deletions...te/Resources/Private/Templates/TemplateObjectBrowser.html
Please register or sign in to comment