[TASK] Refactor t3skin / re-work HTML / move to extension
Specific CSS styles that are only needed is a single place should be held in that specific place also. Moves CSS styles that are only used in one place to that specific location. These styles are also only loaded when needed. Also refactors HTML output of backend modules to be more HTML5 standard conform. This allows us to remove a lot of CSS. CSS/less was touched for: About, About modules, Wizards, Permissions, Setup, TS Template. Resolves: #62157 Related: #62041 Releases: master Change-Id: I12a2c8fd0ad5be294d7440f08d8fe96f28841bfc Reviewed-on: http://review.typo3.org/33256 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Showing
- typo3/sysext/about/Resources/Private/Layouts/Default.html 1 addition, 1 deletiontypo3/sysext/about/Resources/Private/Layouts/Default.html
- typo3/sysext/about/Resources/Private/Partials/About.html 1 addition, 1 deletiontypo3/sysext/about/Resources/Private/Partials/About.html
- typo3/sysext/about/Resources/Private/Partials/CoreTeam.html 1 addition, 1 deletiontypo3/sysext/about/Resources/Private/Partials/CoreTeam.html
- typo3/sysext/about/Resources/Private/Partials/Credits.html 1 addition, 1 deletiontypo3/sysext/about/Resources/Private/Partials/Credits.html
- typo3/sysext/about/Resources/Private/Partials/Donation.html 9 additions, 7 deletionstypo3/sysext/about/Resources/Private/Partials/Donation.html
- typo3/sysext/about/Resources/Private/Partials/Extensions.html 1 addition, 1 deletion...3/sysext/about/Resources/Private/Partials/Extensions.html
- typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html 1 addition, 1 deletion...t/about/Resources/Private/Partials/ExternalLibraries.html
- typo3/sysext/about/Resources/Private/Styles/styles.less 22 additions, 24 deletionstypo3/sysext/about/Resources/Private/Styles/styles.less
- typo3/sysext/about/Resources/Public/Images/donate_teaser.png 0 additions, 0 deletionstypo3/sysext/about/Resources/Public/Images/donate_teaser.png
- typo3/sysext/about/Resources/Public/Styles/styles.css 17 additions, 20 deletionstypo3/sysext/about/Resources/Public/Styles/styles.css
- typo3/sysext/aboutmodules/Resources/Private/Layouts/Default.html 1 addition, 1 deletion...ysext/aboutmodules/Resources/Private/Layouts/Default.html
- typo3/sysext/aboutmodules/Resources/Private/Styles/styles.less 15 additions, 7 deletions.../sysext/aboutmodules/Resources/Private/Styles/styles.less
- typo3/sysext/aboutmodules/Resources/Private/Templates/Modules/Index.html 41 additions, 51 deletions...outmodules/Resources/Private/Templates/Modules/Index.html
- typo3/sysext/aboutmodules/Resources/Public/Styles/styles.css 11 additions, 8 deletionstypo3/sysext/aboutmodules/Resources/Public/Styles/styles.css
- typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php 2 additions, 2 deletions...ext/backend/Classes/Controller/Wizard/FormsController.php
- typo3/sysext/perm/Classes/Controller/PermissionModuleController.php 11 additions, 6 deletions...xt/perm/Classes/Controller/PermissionModuleController.php
- typo3/sysext/perm/Resources/Private/Styles/styles.less 12 additions, 5 deletionstypo3/sysext/perm/Resources/Private/Styles/styles.less
- typo3/sysext/perm/Resources/Public/Styles/styles.css 10 additions, 9 deletionstypo3/sysext/perm/Resources/Public/Styles/styles.css
- typo3/sysext/setup/Classes/Controller/SetupModuleController.php 1 addition, 0 deletions...sysext/setup/Classes/Controller/SetupModuleController.php
- typo3/sysext/setup/Resources/Private/Styles/styles.less 11 additions, 6 deletionstypo3/sysext/setup/Resources/Private/Styles/styles.less
Please register or sign in to comment