[TASK] Improved record history view
The Record History module has been revamped: * The settings are now placed as inline-form, using less space * Several "buttons" are moved to the docheader, using less space * A proper wrap around the differences is added (thanks to Nicole Cordes for the suggestion) * PHP-API - Settings are now using "getModuleData()" and "setModuleData()" * Table items for each history item are now vertically-centered * All inline stylings have been replaced by custom CSS or CSS utility classes * Labels are streamlined As a next step, the rollback view needs improvements, but is tackled separately. Resolves: #93330 Releases: master Change-Id: I5f0e680ce199cae649230870c51fde1e870eafc9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67494 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- Build/Sources/Sass/backend.scss 1 addition, 0 deletionsBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/component/_diff.scss 4 additions, 2 deletionsBuild/Sources/Sass/component/_diff.scss
- Build/Sources/Sass/typo3/_history.scss 12 additions, 0 deletionsBuild/Sources/Sass/typo3/_history.scss
- typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php 63 additions, 112 deletions...es/Controller/ContentElement/ElementHistoryController.php
- typo3/sysext/backend/Resources/Private/Language/locallang_show_rechis.xlf 4 additions, 7 deletions...kend/Resources/Private/Language/locallang_show_rechis.xlf
- typo3/sysext/backend/Resources/Private/Partials/RecordHistory/Diff.html 1 addition, 1 deletion...ackend/Resources/Private/Partials/RecordHistory/Diff.html
- typo3/sysext/backend/Resources/Private/Partials/RecordHistory/History.html 10 additions, 10 deletions...end/Resources/Private/Partials/RecordHistory/History.html
- typo3/sysext/backend/Resources/Private/Partials/RecordHistory/MultipleDiff.html 9 additions, 11 deletions...esources/Private/Partials/RecordHistory/MultipleDiff.html
- typo3/sysext/backend/Resources/Private/Partials/RecordHistory/Settings.html 32 additions, 69 deletions...nd/Resources/Private/Partials/RecordHistory/Settings.html
- typo3/sysext/backend/Resources/Private/Templates/RecordHistory/Main.html 4 additions, 1 deletion...ckend/Resources/Private/Templates/RecordHistory/Main.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
Please register or sign in to comment