[FEATURE] Install tool: Left menu at fixed position
* Streamlines install tool main template. * Adds a ContextService and use that in the templates. No more huge if/then/else constructs to differentiate standalone and backend modes. * Fixes the left menu (and TYPO3 logo), letting the rest scroll up and down. * In backend mode the menu and content starts right on top (no further headers to make scrolling look good) Releases: 6.2 Resolves: #50910 Change-Id: Ie2ec277026a82332b533af51a37e7f308dd24e8c Reviewed-on: https://review.typo3.org/23798 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
Showing
- typo3/sysext/install/Classes/Controller/Action/AbstractAction.php 3 additions, 1 deletion...sext/install/Classes/Controller/Action/AbstractAction.php
- typo3/sysext/install/Classes/Service/ContextService.php 76 additions, 0 deletionstypo3/sysext/install/Classes/Service/ContextService.php
- typo3/sysext/install/Resources/Private/Layouts/ToolAuthenticated.html 30 additions, 49 deletions.../install/Resources/Private/Layouts/ToolAuthenticated.html
- typo3/sysext/install/Resources/Private/Partials/Action/Common/Head.html 8 additions, 2 deletions...nstall/Resources/Private/Partials/Action/Common/Head.html
- typo3/sysext/install/Resources/Private/Templates/Action/Common/Login.html 19 additions, 36 deletions...tall/Resources/Private/Templates/Action/Common/Login.html
- typo3/sysext/install/Resources/Private/Templates/Action/Tool/Welcome.html 8 additions, 1 deletion...tall/Resources/Private/Templates/Action/Tool/Welcome.html
- typo3/sysext/install/Resources/Public/Stylesheets/Action/Common/Install.css 37 additions, 7 deletions...ll/Resources/Public/Stylesheets/Action/Common/Install.css
- typo3/sysext/install/Resources/Public/Stylesheets/Action/Common/Login.css 0 additions, 1 deletion...tall/Resources/Public/Stylesheets/Action/Common/Login.css
Please register or sign in to comment