[FEATURE] Refresh the look of pagemodule
The patch simplifies and optimizes the readability of the page module interface. It is based on the UX Team's concept of improving user experience for editors: https://typo3.org/article/structured-content-initiative-feedback-wanted Included changes: * refactored and optimised underlying CSS for future adaptions * visually simplified content element boxes and their header buttons * visually differenciated hidden content elements with better opacity and dotted border * placed the "new content element" buttons centered in preparation for further concept implementations in dedicated patches * added a new button for content element context menu in the content element header right button bar This patch was initiated by the UX Team and implemented by Benjamin Kott. Resolves: #97306 Resolves: #95247 Related: #94629 Releases: main Change-Id: I9b4e21a7fc68ebcb17d18f65bf00096f3a295cfb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74254 Tested-by: Benj...
Showing
- Build/Sources/Sass/module/_page.scss 194 additions, 221 deletionsBuild/Sources/Sass/module/_page.scss
- Build/Sources/TypeScript/backend/layout-module/drag-drop.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/layout-module/drag-drop.ts
- Build/Sources/TypeScript/backend/layout-module/paste.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/layout-module/paste.ts
- typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php 35 additions, 46 deletions...ackend/Classes/Preview/StandardContentPreviewRenderer.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 28 additions, 9 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php 8 additions, 0 deletions...ackend/Classes/View/BackendLayout/Grid/GridColumnItem.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 24 additions, 25 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Classes/View/PageLayoutViewDrawEmptyColposContent.php 4 additions, 8 deletions...end/Classes/View/PageLayoutViewDrawEmptyColposContent.php
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Grid/ColumnHeader.html 2 additions, 2 deletions...ources/Private/Partials/PageLayout/Grid/ColumnHeader.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record.html 10 additions, 12 deletions...backend/Resources/Private/Partials/PageLayout/Record.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/RecordDefault/Header.html 23 additions, 12 deletions...ces/Private/Partials/PageLayout/RecordDefault/Header.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/Images/Backgrounds/layout-not-assigned.png 0 additions, 0 deletions...sources/Public/Images/Backgrounds/layout-not-assigned.png
- typo3/sysext/backend/Resources/Public/JavaScript/layout-module/drag-drop.js 1 addition, 1 deletion...nd/Resources/Public/JavaScript/layout-module/drag-drop.js
- typo3/sysext/backend/Resources/Public/JavaScript/layout-module/paste.js 1 addition, 1 deletion...ackend/Resources/Public/JavaScript/layout-module/paste.js
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-97306-RefreshTheLookOfPagemodule.rst 38 additions, 0 deletions...angelog/12.0/Feature-97306-RefreshTheLookOfPagemodule.rst
- typo3/sysext/frontend/Classes/Preview/ImagePreviewRenderer.php 0 additions, 14 deletions.../sysext/frontend/Classes/Preview/ImagePreviewRenderer.php
- typo3/sysext/frontend/Classes/Preview/TextPreviewRenderer.php 1 addition, 1 deletion...3/sysext/frontend/Classes/Preview/TextPreviewRenderer.php
- typo3/sysext/frontend/Classes/Preview/TextmediaPreviewRenderer.php 2 additions, 16 deletions...ext/frontend/Classes/Preview/TextmediaPreviewRenderer.php
- typo3/sysext/frontend/Classes/Preview/TextpicPreviewRenderer.php 2 additions, 16 deletions...ysext/frontend/Classes/Preview/TextpicPreviewRenderer.php
Please register or sign in to comment