[TASK] Migrate form-horizontal class to Bootstrap 5
This patch migrates the "form-horizontal" class from Bootstrap 3 to the new style by using the "row" and "col-form-label" classes. Usages of form-group have also been replaced by the utility "mb-3" class. This allowed to drop one Css rule for removing the margin of the last element in the LinkBrowser. Places adjusted: * Settings > Presets * Form > Duplicate * LinkBrowser * ExtensionManager > Upload extension Some places have already been migrated, but forgot to remove the class. In addition, the id "typo3-linkURL" has been removed along the way, as the styling was removed in #71840 already. Resolves: #97405 Related: #92616 Related: #71840 Releases: main, 11.5 Change-Id: I20b9e83acf9cca46d7cb8a0a3826ae526b3e2b3a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74335 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/component/_elementbrowser.scss 0 additions, 4 deletionsBuild/Sources/Sass/component/_elementbrowser.scss
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/extensionmanager/Resources/Private/Templates/UploadExtensionFile/Form.html 7 additions, 7 deletions...Resources/Private/Templates/UploadExtensionFile/Form.html
- typo3/sysext/form/Resources/Public/JavaScript/backend/form-manager/view-model.js 8 additions, 12 deletions...rces/Public/JavaScript/backend/form-manager/view-model.js
- typo3/sysext/indexed_search/Resources/Private/Templates/Administration/Statistic.html 1 addition, 1 deletion...Resources/Private/Templates/Administration/Statistic.html
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Cache/Custom.html 2 additions, 2 deletions...urces/Private/Partials/Settings/Presets/Cache/Custom.html
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Context/Custom.html 2 additions, 2 deletions...ces/Private/Partials/Settings/Presets/Context/Custom.html
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Image.html 1 addition, 1 deletion...ll/Resources/Private/Partials/Settings/Presets/Image.html
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Image/Custom.html 2 additions, 2 deletions...urces/Private/Partials/Settings/Presets/Image/Custom.html
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Mail/Custom.html 2 additions, 2 deletions...ources/Private/Partials/Settings/Presets/Mail/Custom.html
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/PasswordHashing/Custom.html 2 additions, 2 deletions...ate/Partials/Settings/Presets/PasswordHashing/Custom.html
- typo3/sysext/install/Resources/Private/Templates/Settings/FeaturesGetContent.html 1 addition, 1 deletion...ources/Private/Templates/Settings/FeaturesGetContent.html
- typo3/sysext/install/Resources/Private/Templates/Settings/PresetsGetContent.html 1 addition, 1 deletion...sources/Private/Templates/Settings/PresetsGetContent.html
- typo3/sysext/recordlist/Classes/Controller/AbstractLinkBrowserController.php 5 additions, 5 deletions...list/Classes/Controller/AbstractLinkBrowserController.php
- typo3/sysext/recordlist/Classes/LinkHandler/PageLinkHandler.php 4 additions, 4 deletions...sysext/recordlist/Classes/LinkHandler/PageLinkHandler.php
- typo3/sysext/recordlist/Resources/Private/Layouts/LinkBrowser.html 2 additions, 2 deletions...ext/recordlist/Resources/Private/Layouts/LinkBrowser.html
- typo3/sysext/recordlist/Resources/Private/Templates/LinkBrowser/Mail.html 4 additions, 4 deletions...ordlist/Resources/Private/Templates/LinkBrowser/Mail.html
- typo3/sysext/recordlist/Resources/Private/Templates/LinkBrowser/Telephone.html 4 additions, 4 deletions...st/Resources/Private/Templates/LinkBrowser/Telephone.html
- typo3/sysext/recordlist/Resources/Private/Templates/LinkBrowser/Url.html 4 additions, 4 deletions...cordlist/Resources/Private/Templates/LinkBrowser/Url.html
- typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php 4 additions, 4 deletions...rte_ckeditor/Classes/Controller/BrowseLinksController.php
Loading
Please register or sign in to comment